diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 7c05abf7d0..afc6adfbda 100644 --- a/include/string.h +++ b/include/string.h @@ -80,6 +80,9 @@ libc_hidden_proto (basename) libc_hidden_proto (strcoll) libc_hidden_proto (__strcoll_l) libc_hidden_proto (__strxfrm_l) +libc_hidden_proto (__strtok_r) +extern char *__strsep_g (char **__stringp, __const char *__delim); +libc_hidden_proto (__strsep_g) libc_hidden_builtin_proto (memchr) libc_hidden_builtin_proto (memcpy) |