www.pudn.com > WordParser.rar > param.h
FILE *fp_source;
FILE *fp_output;
FILE *fp_wordList;
char DoubleOperand[3];
int malloc_DO;
int malloc_WL;
int wordCount=35;
int doubleop_count=3;
int code_ident;
int code_const;
int code_crlf;
int line_count=1;
int word_count=0;
typedef struct
{
char name[20];
int type;
}WORD_LIST_ITEM;
typedef struct
{
char name[50];
int type;
}OUT_WORD_ITEM;
WORD_LIST_ITEM p_wordlist[35];