#include <lib/string.h>
#include <ubixos/types.h>
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().
| char* strtok_r | ( | char * | s, | |
| const char * | delim, | |||
| char ** | last | |||
| ) | 
 1.4.7