mirror of
git://git.musl-libc.org/musl
synced 2025-01-20 05:40:53 +00:00
prototype for mempcpy
This commit is contained in:
parent
3486365e95
commit
d179807f6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user