projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c024819
)
prototype for gnu strcasestr (currently a stub)
author
Rich Felker
<dalias@aerifal.cx>
Tue, 15 Feb 2011 21:08:19 +0000
(16:08 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 15 Feb 2011 21:08:19 +0000
(16:08 -0500)
include/string.h
patch
|
blob
|
history
diff --git
a/include/string.h
b/include/string.h
index 1ca02a4dca2d46397f0e33c90250399a3224c911..fb1853722ace6f10b6b5dc0376d218bdf5fbb2c7 100644
(file)
--- a/
include/string.h
+++ b/
include/string.h
@@
-68,6
+68,7
@@
size_t strlcpy (char *, const char *, size_t);
int strcasecmp (const char *, const char *);
int strncasecmp (const char *, const char *, size_t);
char *strchrnul(const char *, int);
+char *strcasestr(const char *, const char *);
#endif
#ifdef __cplusplus