add some missing prototypes for nonstandard functions (strsep, clearenv)
This commit is contained in:
parent
3990c5c6a4
commit
a5323c5768
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue