Nut/OS  4.10.3
API Reference
memset.c File Reference
#include <string.h>
Include dependency graph for memset.c:

Go to the source code of this file.

Functions

void * memset (void *dst, int c, size_t n)
 Fill memory region with a specific byte value.