Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <string.h> void *memcpy(void *s1, const void *s2, size_t n);
|
Return val. Notes | Pointer to the memory area s1. This function is suitable for processing character arrays containing the null byte (\0), since
The behavior is undefined if memory areas overlap. |
See also | memchr, memcmp, memset |