/[avr-libc]/avr-libc/libc/pmstring/strcpy_P.S
ViewVC logotype

Diff of /avr-libc/libc/pmstring/strcpy_P.S

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

revision 1.3 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.4 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 42  Line 42 
42      \returns The strcpy_P() function returns a pointer to the destination      \returns The strcpy_P() function returns a pointer to the destination
43      string dest. */      string dest. */
44    
45  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
46    
47  ; 10 words, (17 + strlen_P(src) * 10) cycles  ; 10 words, (17 + strlen_P(src) * 10) cycles
48    
# Line 62  _U(strcpy_P): Line 62  _U(strcpy_P):
62  .strcpy_P_end:  .strcpy_P_end:
63          .size   _U(strcpy_P), .strcpy_P_end - _U(strcpy_P)          .size   _U(strcpy_P), .strcpy_P_end - _U(strcpy_P)
64    
65  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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