lambda-calc-1/handle_string.h
2025-01-19 18:05:13 -06:00

13 lines
259 B
C

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