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