11 lines
181 B
C
11 lines
181 B
C
|
|
#include <stdbool.h>
|
|
|
|
struct color_factory;
|
|
|
|
struct stringtree* substatements_statement_prettyprint(
|
|
int *out_chosen_color,
|
|
struct statement* this,
|
|
bool with_color);
|
|
|
|
|