memset(3): fill memory with constant byte - Linux man page

memset(3): fill memory with constant byte - Linux man page

瀏覽:1371
日期:2025-11-21
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...看更多