mirror of git://git.musl-libc.org/musl
prototype for gnu strcasestr (currently a stub)
This commit is contained in:
parent
c0248191bd
commit
26f3551419
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue