LoLexYaccDefs.H File Reference
Just some declarations related to the INI-file lexer and parser modules built using lex and yacc.
More...
#include <stdio.h>
Go to the source code of this file.
Defines |
#define | YYDEBUG 1 |
#define | LOCD_TOP_LEVEL "__ANONYMOUS_TOP_LEVEL__" |
Functions |
int | yylex (void) |
int | yyparse (void) |
void | yyerror (const char *) |
void | locd_ifp_set_current_identifier (const char *) |
void | locd_ifp_set_current_value (const char *) |
Variables |
FILE * | yyin |
Detailed Description
Just some declarations related to the INI-file lexer and parser modules built using lex and yacc.
Definition in file LoLexYaccDefs.H.