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


3.22.3.20 x1f4_post_expression

extern int x1f4_post_expression
    (void *x1f4_expression, void *output);

The x1f4_post_expression function stores the result of the last evaluation of the x1f4_expression, if any, at the address indicated by output.

The function returns 0.

If the expression was not previously evaluated or if the evaluation was not successful the expression evalution result is undefined.

See x1f4_case_expression.

See x1f4_lead_expression.

See x1f4_link_expression.