OpenDOF Project
DOF_PCR_DECLSPEC void PCRMem_Move ( void *  dest,
const void *  src,
uint32  n 
)

Copy the contents of one memory location to another.

The copy is correct even if the memory areas overlap. For this reason, it is recommended to use this function in place of PCRMem_Copy.

Parameters
destDestination memory location. May not be NULL unless n == 0.
srcSource memory location. May not be NULL unless n == 0.
nNumber of bytes to copy from src to dest. Must be >0 or nothing happens.
Returns
None.
See Also
PCRMem_Copy
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22