Files
openbios/utils/fccc/include/parserfunctions.h

11 lines
190 B
C
Raw Normal View History

#ifndef PARSERFUNCTIONS_H
#define PARSERFUNCTIONS_H
#include <fccc.h>
#include <fccc-tools.h>
#include <symboltable.h>
YYSTYPE plain_ass(YYSTYPE, YYSTYPE);
#endif /* PARSERFUNCTIONS_H */