mirror of
https://github.com/fluencelabs/musl
synced 2025-06-24 04:01:56 +00:00
add some missing prototypes for nonstandard functions (strsep, clearenv)
This commit is contained in:
@ -73,6 +73,7 @@ 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 *);
|
||||
char *strsep(char **, char *);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user