| 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" |
| 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__ */ |