memmove
Module:
ecereCOM
void *
memmove
(void *, const void *, size)
Description
Copy memory with potential overlap
Parameters
void *
(null)
const void *
(null)
size
(null)
Return Value
void *