lambda-calc-1/handle_file.h

9 lines
151 B
C

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