mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 19:52:01 +00:00
prototype for mempcpy
This commit is contained in:
@ -75,6 +75,7 @@ char *strchrnul(const char *, int);
|
|||||||
char *strcasestr(const char *, const char *);
|
char *strcasestr(const char *, const char *);
|
||||||
char *strsep(char **, const char *);
|
char *strsep(char **, const char *);
|
||||||
void *memrchr(const void *, int, size_t);
|
void *memrchr(const void *, int, size_t);
|
||||||
|
void *mempcpy(void *, void *, size_t)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user