MEMSET

Section: Manual del Programador de Linux (3)
Updated: 4 Marzo 1998
Index Return to Main Contents


 

NOMBRE

memset - rellena una zona de memoria con bytes repetidos  

SINOPSIS

#include <string.h>

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

DESCRIPCIÓN

La función memset() rellena los primeros n bytes del área de memoria apuntada por s con el byte constante c.  

VALOR DEVUELTO

La función memset() devuelve un puntero al área de memoria s.  

CONFORME A

SVID 3, BSD 4.3, ISO 9899  

VÉASE TAMBIÉN

bzero

(3), swab(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:26 GMT, January 22, 2005