Rechercher une page de manuel
memset
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
memset - Fill a region of memory with the given valueSYNOPSIS
- 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre