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

An implementation of memcpy. More...

#include <stddef.h>

Go to the source code of this file.

Functions

void * memcpy (void *dest, const void *src, size_t n)
 Copies memory from one buffer to another. More...
 

Detailed Description

An implementation of memcpy.

Definition in file memcpy.h.