|
mdcore
0.1.5
|
#include <reader.h>
Data Fields | |
| unsigned int | flags |
| FILE * | file |
| int | c |
| int | line |
| int | col |
| char * | ws |
| int | nr_ws |
| char * | comm_start |
| char * | comm_stop |
| int | nr_comm_start |
| int | nr_comm_stop |
The reader structure
| int c |
Current character.
| int col |
| char* comm_start |
Characters defined as comments.
| char * comm_stop |
| FILE* file |
File to which this reader is associated.
| unsigned int flags |
Status flags.
| int line |
Current location in file.
| int nr_comm_start |
| int nr_comm_stop |
| int nr_ws |
| char* ws |
Characters defined as whitespace.
1.7.6.1