implement the nonstandard GNU function fpurge
[oweals/musl.git] / include / string.h
index 4fc89e9468266f843c38d11e9593eef09b097304..f95a15c9b72340d0269374227b5ee65b6a93b413 100644 (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 *, const void *, size_t);
 #endif
 
 #ifdef __cplusplus