Next: x1f4_vprint_expression, Previous: x1f4_test_expression, Up: Expression Evaluator Functions
extern int x1f4_type_expression (void *x1f4_expression);
The x1f4_type_expression
function return the type to which the
x1f4_expression
expression evaluates. It may be one of the intrinsic
types or an application defined type.
See Symbolic Types.
See Intrinsic Types.