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 2.6. July 2010 MEMSET(9)
| Related Man Pages |
|---|
| memcpy(3) - ultrix |
| memccpy(3) - ultrix |
| memset(3p) - suse |
| memset(3) - minix |
| memset(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| about memset fuction |
| questions in memset |
| memset vs calloc |
| application Crashes on memset ?? any suggestions |
| Memset fails on Solaris |