#include <lib/string.h>#include <ubixos/types.h>Include dependency graph for strtok.c:

Go to the source code of this file.
Functions | |
| char * | strtok (char *s, const char *delim) |
| char * | strtok_r (char *s, const char *delim, char **last) |
| char* strtok | ( | char * | s, | |
| const char * | delim | |||
| ) |
Definition at line 74 of file strtok.c.
References strtok_r().
Referenced by fopen(), sysMkDir(), and unlink().
Here is the call graph for this function:

| char* strtok_r | ( | char * | s, | |
| const char * | delim, | |||
| char ** | last | |||
| ) |
1.4.7