mdcore  0.1.5
Data Fields
reader Struct Reference

#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

Detailed Description

The reader structure


Field Documentation

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_ws
char* ws

Characters defined as whitespace.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerator Defines