#ifndef __HTMLPARS_H__ #define __HTMLPARS_H__ #include "expValue.h" #define ERR_UNDEF_VAR 0 #define ERR_NO_INDEX 1 #define ERR_STRING_OPERATOR 2 #define ERR_FLOAT_OPERATOR 3 void exitError (int, ...); void printExpr (s_expVal *); #endif /* __HTMLPARS_H__ */