lambda-calc-1/statement/error/prettyprint.h
2025-01-20 13:40:51 -06:00

10 lines
172 B
C

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