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. |
Definition in file memset.c.
|
|
|
fill memory block with a byte value.
Definition at line 40 of file memset.c. References __asm__(). Referenced by kmain(), lcd_init(), rcx_init(), rcxInit(), and srec_load(). |