memset
Section: Kernel Hacker's Manual (9)
Updated: memset
Index
Return to Main Contents
NAME
memset - Fill a region of memory with the given value
SYNOPSIS
void * memset
(void *s,
int c,
size_t count);
ARGUMENTS
- s
-
Pointer to the start of the area.
- c
-
The byte to fill the area with
- count
-
The size of the area.
DESCRIPTION
Do not use memset to access IO space, use memset_io instead.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:45 GMT, June 12, 2005