瀏覽代碼

prototype for mempcpy

Rich Felker 14 年之前
父節點
當前提交
d179807f6b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/string.h

+ 1 - 0
include/string.h

@@ -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