typo in prototype for mempcpy
This commit is contained in:
parent
d179807f6b
commit
32e2c468ba
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +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)
|
||||
void *mempcpy(void *, void *, size_t);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue