aboutsummaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
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
37char *strsep(char **stringp, const char *delim);
38#endif
39
36#ifndef HAVE_EXPLICIT_BZERO 40#ifndef HAVE_EXPLICIT_BZERO
37void explicit_bzero(void *, size_t); 41void explicit_bzero(void *, size_t);
38#endif 42#endif