OAR

RTEMS GNU Tools On-Line Library


memset

PREV UP NEXT Bookshelf

4.9: memset---set an area of memory

Synopsis

#include <string.h>
void *memset(const void *dst, int c, size_t length);

Description
This function converts the argument c into an unsigned char and fills the first length characters of the array pointed to by dst to the value.


Returns
memset returns the value of m.


Portability
memset is ANSI C.

memset requires no supporting OS subroutines.



PREV UP NEXT Bookshelf

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.