Fixed typo: Part II. Protip: Build your software before you commit.

This commit is contained in:
Jon Lewis
2018-07-13 14:07:45 -05:00
parent 78b2518b13
commit f8f3dfbac8

2
ee.h
View File

@@ -25,7 +25,7 @@ double peek(STACK);
int isNum(const char*);
int arrity(const char);
double evaluate(STACK*, int);
double evaluate(STACK*, char);
double* operands(STACK*, int);
double fact(int n);