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

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

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

revision 1.3 by troth, Tue Sep 30 23:05:19 2003 UTC revision 1.4 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 45  Line 45 
45      \returns The strncat() function returns a pointer to the resulting string      \returns The strncat() function returns a pointer to the resulting string
46      dest.  */      dest.  */
47    
48  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
49    
50          .text          .text
51          .global _U(strncat)          .global _U(strncat)
# Line 75  _U(strncat): Line 75  _U(strncat):
75  .strncat_end:  .strncat_end:
76          .size   _U(strncat), .strncat_end - _U(strncat)          .size   _U(strncat), .strncat_end - _U(strncat)
77    
78  #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