Name sizeof_type
Definition sizeof_type(T:type):expr(int)
Example sizeof_type(int)
Defined in ops.l
Implementation icode
Description Return the size in bytes of the representation of the given type.
See Also sizeof_var, sizeof_val