Browse Source

prototype for mempcpy

Rich Felker 14 năm trước cách đây
mục cha
commit
d179807f6b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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