Defines | |
#define | SU_TYPE_STRUCT 0 |
#define | SU_TYPE_UNION 1 |
#define | SU_TYPE_TAGGED_UNION 2 |
The following defines specify the various types of struct/union structures that can exist.
#define SU_TYPE_STRUCT 0 |
Specifies a struct
#define SU_TYPE_TAGGED_UNION 2 |
Specifies a tagged union
#define SU_TYPE_UNION 1 |
Specifies a union