Explorar o código

prototype for mempcpy

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
d179807f6b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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