diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-08 09:50:20 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-08 09:50:20 +0000 |
commit | fec8ca6f19563535919edcd8e1aa8ecd187533a0 (patch) | |
tree | 4fe9ba54c417a96195d41afb697f3caeef099d80 /include/string.h | |
parent | a814225919ee3771646bd69147fd5112256657b9 (diff) | |
download | src-test2-fec8ca6f19563535919edcd8e1aa8ecd187533a0.tar.gz src-test2-fec8ca6f19563535919edcd8e1aa8ecd187533a0.zip |
Notes
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 1b6e1849de43..32a9ad3e5608 100644 --- a/include/string.h +++ b/include/string.h @@ -96,6 +96,7 @@ char *strncat(char * __restrict, const char * __restrict, size_t); int strncmp(const char *, const char *, size_t) __pure; char *strncpy(char * __restrict, const char * __restrict, size_t); #if __BSD_VISIBLE +char *strndup(const char *, size_t); char *strnstr(const char *, const char *, size_t) __pure; #endif char *strpbrk(const char *, const char *) __pure; |