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

Diff of /avr-libc/libc/string/strsep.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 46  Line 46 
46       value of *string.  If *stringp is initially NULL, strsep() returns NULL.       value of *string.  If *stringp is initially NULL, strsep() returns NULL.
47   */   */
48            
49  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
50    
51  #include "gasava.inc"  #include "gasava.inc"
52  #include "macros.inc"  #include "macros.inc"
# Line 109  _U(strsep):                            ; Check on NULL pointers Line 109  _U(strsep):                            ; Check on NULL pointers
109  .strsep_end:  .strsep_end:
110          .size   _U(strsep), .strsep_end - _U(strsep)          .size   _U(strsep), .strsep_end - _U(strsep)
111    
112  #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