#ifndef EVALUATOR_H_ #define EVALUATOR_H_ int evaluate(char* inputStr, int* resultPtr, int* typePtr); #endif