10 lines
184 B
C
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);
|
|
|
|
|