From b98cbea48438bd787727f38cac538cfde305f4e2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 23 Oct 2010 22:39:50 +0200 Subject: Add prototype for strstr * include/string.h (strstr): Add prototype. --- include/string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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_ */ -- cgit v1.2.3