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

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

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

revision 1.4 by troth, Thu Oct 9 17:20:30 2003 UTC revision 1.5 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 45  Line 45 
45      \returns The strcat() function returns a pointer to the resulting string      \returns The strcat() 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(strcat)          .global _U(strcat)
# Line 68  _U(strcat): Line 68  _U(strcat):
68  .strcat_end:  .strcat_end:
69          .size   _U(strcat), .strcat_end - _U(strcat)          .size   _U(strcat), .strcat_end - _U(strcat)
70    
71  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

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

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