diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index c4bf1e4..ab232a8 100644 --- a/include/string.h +++ b/include/string.h | |||
@@ -22,8 +22,10 @@ size_t strlcat(char *dst, const char *src, size_t siz); | |||
22 | 22 | ||
23 | #ifdef NO_STRNDUP | 23 | #ifdef NO_STRNDUP |
24 | char * strndup(const char *str, size_t maxlen); | 24 | char * strndup(const char *str, size_t maxlen); |
25 | #ifdef NO_STRNLEN | ||
25 | size_t strnlen(const char *str, size_t maxlen); | 26 | size_t strnlen(const char *str, size_t maxlen); |
26 | #endif | 27 | #endif |
28 | #endif | ||
27 | 29 | ||
28 | #ifdef NO_EXPLICIT_BZERO | 30 | #ifdef NO_EXPLICIT_BZERO |
29 | void explicit_bzero(void *, size_t); | 31 | void explicit_bzero(void *, size_t); |