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

Diff of /avr-libc/libc/string/strrev.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 49  Line 49 
49      \returns The strrev() function returns a pointer to the beginning of the      \returns The strrev() function returns a pointer to the beginning of the
50      reversed string.  */      reversed string.  */
51    
52  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
53    
54      .text      .text
55      .global _U(strrev)      .global _U(strrev)
# Line 78  _U(strrev): Line 78  _U(strrev):
78  .strrev_end:  .strrev_end:
79          .size _U(strrev), .strrev_end - _U(strrev)          .size _U(strrev), .strrev_end - _U(strrev)
80    
81  #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