diff options
-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 34423df..b630c04 100644 --- a/include/string.h +++ b/include/string.h @@ -50,4 +50,6 @@ extern int strncmp (const char *s1, const char *s2, size_t n); extern size_t strlen (const char *s); +extern char *strstr(const char *haystack, const char *needle); + #endif /* _MACH_SA_SYS_STRING_H_ */ |