Keep track when processing files. More...
#include "state.h"
Data Fields | |
FILE * | fp_in |
File to read from. | |
FILE * | fp_out |
File to write to. | |
const char * | prefix |
String to add to the beginning of each output line. | |
StateFlags | flags |
Flags, e.g. STATE_DISPLAY. | |
int | wraplen |
Width to wrap lines to (when flags & STATE_DISPLAY) | |
const char* State::prefix |
StateFlags State::flags |
Flags, e.g. STATE_DISPLAY.
int State::wraplen |
Width to wrap lines to (when flags & STATE_DISPLAY)