#include <meataxe.h>
Data Fields | |
FILE * | File |
The stream we're using. | |
char * | LineBuf |
Buffers one 'line'. | |
char * | GetPtr |
Current input position. | |
int | LineBufSize |
Current buffer size. | |
int | OutPos |
Number of chars in current line (writing only). | |
int | LineNo |
Current line number (reading and writing). |
This structure is used for reading from , and writing to structured text files.