/* logicexp.h */ #ifndef INCLUDED_LOGICEXP_H #define INCLUDED_LOGICEXP_H bool f_logicexp(char *line, int optimize); bool f_pindly(char *line); #endif