/[avr-libc]/avr-libc/libc/pmstring/strncmp_P.S
ViewVC logotype

Diff of /avr-libc/libc/pmstring/strncmp_P.S

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

revision 1.3 by troth, Tue Sep 30 23:05:18 2003 UTC revision 1.4 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 48  Line 48 
48      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,
49      respectively, to be less than, to match, or be greater than s2.  */      respectively, to be less than, to match, or be greater than s2.  */
50    
51  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
52    
53          .text          .text
54          .global _U(strncmp_P)          .global _U(strncmp_P)
# Line 75  _U(strncmp_P): Line 75  _U(strncmp_P):
75  .strncmp_P_end:  .strncmp_P_end:
76          .size   _U(strncmp_P), .strncmp_P_end - _U(strncmp_P)          .size   _U(strncmp_P), .strncmp_P_end - _U(strncmp_P)
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