mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
prototype for gnu strcasestr (currently a stub)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user