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

Diff of /avr-libc/libc/string/strnlen.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 46  Line 46 
46      len, or len if there is no '\\0' character among the first len      len, or len if there is no '\\0' character among the first len
47      characters pointed to by src. */      characters pointed to by src. */
48    
49  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
50    
51          .text          .text
52          .global _U(strnlen)          .global _U(strnlen)
# Line 69  _U(strnlen): Line 69  _U(strnlen):
69  .strnlen_end:  .strnlen_end:
70          .size   _U(strnlen), .strnlen_end - _U(strnlen)          .size   _U(strnlen), .strnlen_end - _U(strnlen)
71    
72  #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