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

14 lines
274 B
C

struct wcostream;
struct color_factory;
struct environment;
struct booleans;
void handle_string(
struct environment** environment,
struct booleans* booleans,
const char* input_file,
bool echo,
bool print_with_colors,
struct wcostream* wc_stdout);