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

Copy the contents of one memory location to another.

If the memory areas overlap, behavior is undefined. For this reason, it is recommended to use PCRMem_Move instead. However, if it can be guaranteed that the two regions do not overlap, this function may be more optimal.

Parameters
destDestination memory location. May not be NULL.
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_Move
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22