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

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

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

revision 1.3 by troth, Thu Oct 9 17:20:30 2003 UTC revision 1.4 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 44  Line 44 
44      \returns The strtok_r() function returns a pointer to the next token or      \returns The strtok_r() function returns a pointer to the next token or
45      NULL when no more tokens are found. */      NULL when no more tokens are found. */
46    
47  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
48    
49  #include "gasava.inc"  #include "gasava.inc"
50  #include "macros.inc"  #include "macros.inc"
# Line 131  _U(strtok_r):                          ; Check on NULL pointer Line 131  _U(strtok_r):                          ; Check on NULL pointer
131  .strtok_r_end:  .strtok_r_end:
132          .size   _U(strtok_r), .strtok_r_end - _U(strtok_r)          .size   _U(strtok_r), .strtok_r_end - _U(strtok_r)
133    
134  #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