提交 a5323c57 编写于 作者: R Rich Felker

add some missing prototypes for nonstandard functions (strsep, clearenv)

上级 3990c5c6
......@@ -124,6 +124,7 @@ void lcong48 (unsigned short [7]);
char *mktemp (char *);
void *valloc (size_t);
void *memalign(size_t, size_t);
int clearenv(void);
#endif
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册