|
rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
|
An implementation of memset. More...
#include <stddef.h>Go to the source code of this file.
Functions | |
| void * | memset (void *dest, int c, size_t n) |
| Fills the first n bytes of the memory area pointed to by dest with the constant byte c. More... | |
An implementation of memset.
Definition in file memset.h.