소스 검색

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