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