Gentee Programming Language > Documentation > Libraries Download documentation

mmove

The function moves the specified space. The initial and final data may overlap.
 
mmove(
      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.

See also

    Working with memory


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