prototype for mempcpy

This commit is contained in:
Rich Felker 2011-04-26 08:41:54 -04:00
parent 3486365e95
commit d179807f6b
1 changed files with 1 additions and 0 deletions

View File

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