7 lines
111 B
C
7 lines
111 B
C
|
#ifndef EVALUATOR_H_
|
||
|
#define EVALUATOR_H_
|
||
|
|
||
|
int evaluate(char* inputStr, int* resultPtr, int* typePtr);
|
||
|
|
||
|
#endif
|