Next: x1f4_size_expression, Previous: x1f4_print_expression, Up: Expression Evaluator Functions
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.