Next: , Previous: x1f4_peek_expression, Up: Expression Evaluator Functions


2.20.3.22 x1f4_print_expression

extern void x1f4_print_expression
    (FILE *file, void *x1f4_expression, unsigned flags);

The x1f4_print_expression function writes the textual representation of the x1f4_expression parsed expression representation on file. The expression printing flags listed by flags are considered.

See Printing Flags.

See Printing.