Gentee Programming Language > Documentation > Libraries Download documentation

mzero

The functions zeroes the memory space.
 
uint mzero(
      uint   dest,
      uint   size
)

Parameters

destThe pointer to a memory space.
sizeThe size of the data being zeroed.

Return value

The pointer to the zeroed data.

See also

    Working with memory


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