14 lines
274 B
C
14 lines
274 B
C
|
|
struct wcostream;
|
|
struct color_factory;
|
|
struct environment;
|
|
struct booleans;
|
|
|
|
void handle_string(
|
|
struct environment** environment,
|
|
struct booleans* booleans,
|
|
const char* input_file,
|
|
bool echo,
|
|
bool print_with_colors,
|
|
struct wcostream* wc_stdout);
|
|
|