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

10 lines
184 B
C

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