9 lines
151 B
C
9 lines
151 B
C
|
|
void handle_file(
|
|
struct environment** environment,
|
|
struct booleans* booleans,
|
|
const char* input_file,
|
|
bool echo,
|
|
bool isatty);
|
|
|
|
|