*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> memset (3)              
Title
Content
Arch
Section
 

MEMSET(3)

Contents


NAME    [Toc]    [Back]

       memset - fill memory with a constant byte

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       void *memset(void *s, int c, size_t n);

DESCRIPTION    [Toc]    [Back]

       The  memset()  function	fills  the  first  n  bytes of the memory area
       pointed to by s with the constant byte c.

RETURN VALUE    [Toc]    [Back]

       The memset() function returns a pointer to the memory area s.

CONFORMING TO    [Toc]    [Back]

       SVID 3, BSD 4.3, ISO 9899

SEE ALSO    [Toc]    [Back]

      
      
       bzero(3), swab(3)



GNU				  1993-04-11			     MEMSET(3)
[ Back ]
 Similar pages
Name OS Title
dmAudioRateConverterReset IRIX fill internal buffers with constant value
wmemset Linux fill an array of wide-characters with a constant wide character
elf_fill IRIX set fill byte
blendcolor IRIX specifies a constant color for blending
glcgetc IRIX return the value or values of a specified string constant
glcgeti IRIX return the value or values of a integer variable or constant
putshort Tru64 Places short byte quantities into the byte stream
putlong Tru64 Places long byte quantities into the byte stream
memchr OpenBSD locate byte in byte string
memchr NetBSD locate byte in byte string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service