Gentee Programming Language > Documentation > Libraries Download documentation

mcopy

The function copies data from one memory space into another.
 
uint mcopy(
      uint   dest,
      uint   src,
      uint   size
)

Parameters

destThe pointer for the data being copied.
srcThe pointer to the source of the data being copied.
sizeThe size of the data being copied.

Return value

The pointer to the copied data.

See also

    Working with memory


 Copyright © 2004-2006 Gentee Inc. All rights reserved.