Nut/OS  4.10.3
API Reference
strtok.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for strtok.c:

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.