lambda-calc-1/value/number/prettyprint.h

6 lines
121 B
C

struct stringtree* number_value_prettyprint(
int *out_chosen_color,
struct value* super,
bool with_color);