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

10 lines
193 B
C

struct environment;
struct booleans;
struct color_factory;
void handle_interactive(
struct environment** environment,
struct booleans* booleans,
struct color_factory* cfactory);