diff options
Diffstat (limited to 'libpsx/include/string.h')
| -rw-r--r-- | libpsx/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpsx/include/string.h b/libpsx/include/string.h index 2c232fa..a5dd114 100644 --- a/libpsx/include/string.h +++ b/libpsx/include/string.h @@ -37,6 +37,7 @@ int strspn(const char *s , const char *charset); int strcspn(const char *s , const char *charset); char *strsep(char **stringp, const char *delim); char *strtok(char *str, const char *sep); +char* strtok_r(char *str, const char *delim, char **nextp); char *strstr(const char *big , const char *little); char *strcasestr(const char *big, const char *little); char *strlwr(char *string); |
