Next: x1f4_type_expression, Previous: x1f4_stat_expression, Up: Expression Evaluator Functions
extern int x1f4_test_expression (void *x1f4_expression);
The x1f4_test_expression
function returns 0
if the
x1f4_expression
expression is atomic and constant and evaluates to one
of the proper intrinsic types, i.e. is either an integer constant,
either a real constant, either a string constant, non zero
otherwise.
See Intrinsic Types.
See Syntax.