#include <nlibc.h>
#include <inttypes.h>
Include dependency graph for memset.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | memset(DEST, C, BYTES) wmemset((DEST),(C),(((BYTES)+15)>>4)) |
Functions | |
void * | wmemset (void *dest, int c, size_t words) |
|
|
|
|