#include <compiler.h>

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. | |