mirror of
git://git.musl-libc.org/musl
synced 2024-12-15 11:15:07 +00:00
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
Block a user