EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

sizeof

Get the size of the type.

func uint sizeof (
   uint idtype
)

Parameters

idtype Identifier or the name of the type. The compiler changes the name of the type to its identifier.

Return value

The type size in bytes.

Related links

Source