Mount Fuji Engine  0.8b
MF_API void* MFCopyMemory ( void *  pDest,
const void *  pSrc,
size_t  size 
)

Copy memory from one location to another.

Parameters
pDestPointer to the destination buffer.
pSrcPointer to the source buffer.
sizeSize of data to copy in bytes.
Returns
Returns pDest for convenience.