summaryrefslogtreecommitdiffstats
path: root/grammar/parserif.h
blob: b6986dd86e87729d618b63868b839e1680578b47 (plain)
1
2
3
4
5
6
7
8
#ifndef PARSERIF_H_DEFINED
#define PARSERIF_H_DEFINED
int cnfSetLexFile(char*);
int yyparse();
int yydebug;
void dbgprintf(char *fmt, ...) __attribute__((format(printf, 1, 2)));
void parser_errmsg(char *fmt, ...) __attribute__((format(printf, 1, 2)));
#endif