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


2.20.3.19 x1f4_nprint_expression

extern void x1f4_nprint_expression
    (unsigned *count, void *x1f4_expression, unsigned flags);

The x1f4_nprint_expression function adds the number of characters of the textual representation of the x1f4_expression parsed expression representation to the cardinal pointed to by count. The expression printing flags listed by flags are considered.

See Printing Flags.

See Printing.