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

prototype for mempcpy

上级 3486365e
......@@ -75,6 +75,7 @@ char *strchrnul(const char *, int);
char *strcasestr(const char *, const char *);
char *strsep(char **, const char *);
void *memrchr(const void *, int, size_t);
void *mempcpy(void *, void *, size_t)
#endif
#ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册