INTEGER
#define INTEGER 0
} INTEGER;
#define INTEGER 0x02 /* 2: Arbitrary precision integer */
enum eu_type { INTEGER, FPU } etype;