mcopy
Copying memory. The function copies data from one memory space into another.
func uint mcopy (
uint dest,
uint src,
uint len
)
uint dest,
uint src,
uint len
)
Parameters
dest | The pointer for the data being copied. |
src | The pointer to the source of the data being copied. |
len | The size of the data being copied. |
Return value
The pointer to the copied data.
Related links | Source |