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

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

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

revision 1.2 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.3 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 46  Line 46 
46      \returns The strncat_P() function returns a pointer to the resulting string      \returns The strncat_P() function returns a pointer to the resulting string
47      dest.  */      dest.  */
48    
49  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
50    
51          .text          .text
52          .global _U(strncat_P)          .global _U(strncat_P)
# Line 77  _U(strncat_P): Line 77  _U(strncat_P):
77  .strncat_P_end:  .strncat_P_end:
78          .size   _U(strncat_P), .strncat_P_end - _U(strncat_P)          .size   _U(strncat_P), .strncat_P_end - _U(strncat_P)
79    
80  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

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

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