memset(9) suse man page | unix.com

Man Page: memset

Operating Environment: suse

Section: 9

MEMSET(9)						     Basic C Library Functions							 MEMSET(9)

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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MEMSET(9)
Related Man Pages
memcmp(3) - ultrix
memchr(3) - ultrix
memmove(3) - ultrix
memset(3p) - posix
memset(3) - minix
Similar Topics in the Unix Linux Community
about memset fuction
memset vs calloc
application Crashes on memset ?? any suggestions
C bzero() to memset() issue
Memset fails on Solaris