Nut/OS  4.10.3
API Reference
strtok_r.h File Reference
#include <compiler.h>
Include dependency graph for strtok_r.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strsep_r (char **pp_str, CONST char *p_delim)
 Thread safe version of strsep.
char * strsep_rs (char **pp_str, CONST char *p_delim, char *p_term)
 Thread safe variant of strsep.