lambda-calculus/statement/expression/prettyprint.h
2025-01-13 20:36:07 -06:00

11 lines
213 B
C

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