SemysMemCopy |
| 01 | Copies some bytes from one memory area to another memory area. |
| 02 |
void SemysMemCopy(void *pDest, void const *pSource, uint32 size); |
| 03 |
Parameters:
|
| 04 | size bytes are copied from pSource to pDest. |
| 05 | Note that the memory areas pointed to pDest and pSource may not overlap. Within Semys Library (where this function is used) is no requirement for this possibility. |
| 06 |
Reference: SemysMemory.h Implementation: Semys Library See Also: Memory Sub-System, SemysMemAlloc() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |