rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
memset.h File Reference

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...
 

Detailed Description

An implementation of memset.

Definition in file memset.h.