UbixOS
2.0
|
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 76 of file strtok.c.
References strtok_r().
Referenced by fopen(), and sysMkDir().