Query: memset
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMSET(9) Basic C Library Functions MEMSET(9)NAMEmemset - Fill a region of memory with the given valueSYNOPSISvoid * memset(void * s, int c, size_t count);ARGUMENTSs Pointer to the start of the area. c The byte to fill the area with count The size of the area.DESCRIPTIONDo not use memset to access IO space, use memset_io instead.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MEMSET(9)
| Related Man Pages |
|---|
| memset(3p) - centos |
| memcpy(3) - ultrix |
| memchr(3) - ultrix |
| memset(3p) - posix |
| memset(3) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| about memset fuction |
| questions in memset |
| memset vs calloc |
| C bzero() to memset() issue |
| Memset fails on Solaris |