MEMSET
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
memset - Fill a region of memory with the given value
SYNOPSIS
"SYNOPSIS"
void * memset (void * s, int c, size_t n);
ARGUMENTS
- s
-
Pointer to the start of the area.
- c
-
The byte to fill the area with
- n
-
The size of the area.
DESCRIPTION
returns a pointer to s
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:29 GMT, October 09, 2005