Gentee Programming Language > Documentation > Libraries Download documentation

mlen

Determines the number of bytes till zero.
 
uint mlen(
      uint   dest
)

Parameters

destThe pointer to a memory space.

Return value

The number of bytes till the zero character.

See also

    Working with memory


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