mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
prototype for mempcpy
This commit is contained in:
parent
3486365e95
commit
d179807f6b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue