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

Diff of /avr-libc/libc/string/strncasecmp.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 58  Line 58 
58      or greater than zero if s1 (or the first n bytes thereof) is found,      or greater than zero if s1 (or the first n bytes thereof) is found,
59      respectively, to be less than, to match, or be greater than s2.  */      respectively, to be less than, to match, or be greater than s2.  */
60    
61  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
62    
63      .text      .text
64      .global _U(strncasecmp)      .global _U(strncasecmp)
# Line 94  _U(strncasecmp): Line 94  _U(strncasecmp):
94  .strncasecmp_end:  .strncasecmp_end:
95      .size   _U(strncasecmp), .strncasecmp_end - _U(strncasecmp)      .size   _U(strncasecmp), .strncasecmp_end - _U(strncasecmp)
96    
97  #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