CWB
|
The InputRedir structure: contains information about redirecting input so it reads from a file or pipe. More...
#include <output.h>
Data Fields | |
char * | name |
file name for redirection More... | |
FILE * | stream |
the actual FILE object to read. More... | |
The InputRedir structure: contains information about redirecting input so it reads from a file or pipe.
char* name |
file name for redirection
Referenced by open_input_stream().
FILE* stream |
the actual FILE object to read.
Referenced by close_input_stream(), do_undump(), and open_input_stream().