| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function copies data from one memory space into another.
uint mcopy( uint dest, uint src, uint size )
dest The pointer for the data being copied. src The pointer to the source of the data being copied. size The size of the data being copied.
The pointer to the copied data.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |