#include <input_t.h>
Data Fields | |
char * | buffer |
Buffer holding current line. | |
FILE * | fin |
Input file if reading from file. | |
int | line_no |
Current line number. | |
const char * | name |
Input name (for error output). | |
const char * | str |
Input string if reading from string. |
Definition at line 35 of file input_t.h.