Next: , Previous: , Up: Expression Evaluator Functions   [Index]


3.22.3.28 x1f4_type_expression

extern int x1f4_type_expression
    (void *x1f4_expression);

The x1f4_type_expression function returns 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.

See Application Defined Types.