Gentee Programming Language > Documentation > Libraries Download documentation

sizeof

The function returns the size of the specified type.
 
uint sizeof(
      uint   id
)

Parameters

idThe name of the type. The compiler changes the name of the type to its identifier.

Return value

The type size in bytes.

See also

    Other functions


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