
Go to the source code of this file.
Functions | |
| char * | strtok (char *s, CONST char *delim) |
| Isolate sequential tokens in a NUL terminated string. | |
| char * | strtok_r (char *s, CONST char *delim, char **last) |
| Isolate sequential tokens in a NUL terminated string. | |