diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index c558a90..05d1ffc 100644 --- a/include/string.h +++ b/include/string.h | |||
| @@ -33,6 +33,10 @@ size_t strnlen(const char *str, size_t maxlen); | |||
| 33 | #endif | 33 | #endif |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #ifndef HAVE_STRSEP | ||
| 37 | char *strsep(char **stringp, const char *delim); | ||
| 38 | #endif | ||
| 39 | |||
| 36 | #ifndef HAVE_EXPLICIT_BZERO | 40 | #ifndef HAVE_EXPLICIT_BZERO |
| 37 | void explicit_bzero(void *, size_t); | 41 | void explicit_bzero(void *, size_t); |
| 38 | #endif | 42 | #endif |
