/[avr-libc]/avr-libc/libc/string/strcpy.S
ViewVC logotype

Diff of /avr-libc/libc/string/strcpy.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by troth, Thu Oct 9 17:20:30 2003 UTC revision 1.6 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 50  Line 50 
50      copying) then anything might happen.  Overflowing fixed length strings is      copying) then anything might happen.  Overflowing fixed length strings is
51      a favourite cracker technique. */      a favourite cracker technique. */
52    
53  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
54    
55  ; 9 words, (14 + strlen(src) * 7) cycles  ; 9 words, (14 + strlen(src) * 7) cycles
56    
# Line 70  _U(strcpy): Line 70  _U(strcpy):
70  .strcpy_end:  .strcpy_end:
71          .size   _U(strcpy), .strcpy_end - _U(strcpy)          .size   _U(strcpy), .strcpy_end - _U(strcpy)
72    
73  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26