SharedMeatAxe
1.0
|
Structured text file. More...
#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) | |
Structured text file.
This structure is used for reading from , and writing to structured text files.