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

10 lines
187 B
C

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