lambda-calc-1/statement/expression/prettyprint.h

10 lines
177 B
C

#include <stdbool.h>
struct color_factory;
struct stringtree* expression_statement_prettyprint(
int *out_chosen_color,
struct statement* this,
bool with_color);