UbixOS  2.0
strtok.c File Reference
#include <string.h>
#include <sys/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)
 

Function Documentation

◆ strtok()

char* strtok ( char *  s,
const char *  delim 
)

Definition at line 76 of file strtok.c.

References strtok_r().

Referenced by fopen(), and sysMkDir().

Here is the call graph for this function:

◆ strtok_r()

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

Definition at line 32 of file strtok.c.

References NULL.

Referenced by strtok().