Structured text file.
More...
#include <meataxe.h>
|
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.
The documentation for this struct was generated from the following file: