 |
memset(3): fill memory with constant byte - Linux man page
The memset() function fills the first n bytes of the memory area pointed to by s with the constant byte c. ... Name memset - fill memory with a constant byte Synopsis #include void *memset(void *s, int c, size_t n); Description The memset() function fill
linux.die.net |
 |