Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

memset.c File Reference

memset function More...

Go to the source code of this file.

Typedefs

typedef unsigned size_t

Functions

void * memset (void *s, int c, size_t n)
 fill memory block with a byte value.


Detailed Description

memset function

Author:
Markus L. Noga <markus@noga.de>

Definition in file memset.c.


Typedef Documentation

typedef unsigned size_t
 

Definition at line 26 of file memset.c.


Function Documentation

void* memset void *  s,
int  c,
size_t  n
 

fill memory block with a byte value.

Parameters:
s start
c byte fill value
n number of bytes to fill

Definition at line 40 of file memset.c.

References __asm__().

Referenced by kmain(), lcd_init(), rcx_init(), rcxInit(), and srec_load().


Generated on Fri Feb 25 08:02:44 2005 for brickos by  doxygen 1.3.9.1