提交 26f35514 编写于 作者: R Rich Felker

prototype for gnu strcasestr (currently a stub)

上级 c0248191
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册