is_union

is a structure a union?
     id            - structure type ID
returns: 1: yes, this is a union id
         0: no

Unions are a special kind of structures

long is_union(long id);

Last updated