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

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

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

revision 1.4 by troth, Tue Sep 30 23:05:19 2003 UTC revision 1.5 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 50  Line 50 
50      \returns The strlwr() function returns a pointer to the converted      \returns The strlwr() function returns a pointer to the converted
51      string. */      string. */
52    
53  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
54    
55      .text      .text
56      .global _U(strlwr)      .global _U(strlwr)
# Line 76  _U(strlwr): Line 76  _U(strlwr):
76  .strlwr_end:  .strlwr_end:
77          .size _U(strlwr), .strlwr_end - _U(strlwr)          .size _U(strlwr), .strlwr_end - _U(strlwr)
78    
79  #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