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