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


3.22.3.10 x1f4_lead_expression

extern int x1f4_lead_expression
    (void *x1f4_expression);

The x1f4_lead_expression function runs the logic of the x1f4_expression expression. Only difference between x1f4_lead_expression and x1f4_link_expression is that x1f4_lead_expression does not save the result of expression evaluation.

See x1f4_case_expression.

See x1f4_link_expression.

If successful, the function returns 0. Non zero is returned for failure.

Note that expression evaluation logic defines no failure conditions, other than function or operator evaluation failure.

See Functions.

See struct x1f4_function_type.

See Prefix Unary Operators.

See Infix Binary Operators.

See struct x1f4_operator_type.