Fixed typo: Part II. Protip: Build your software before you commit.
This commit is contained in:
2
ee.h
2
ee.h
@@ -25,7 +25,7 @@ double peek(STACK);
|
|||||||
int isNum(const char*);
|
int isNum(const char*);
|
||||||
int arrity(const char);
|
int arrity(const char);
|
||||||
|
|
||||||
double evaluate(STACK*, int);
|
double evaluate(STACK*, char);
|
||||||
double* operands(STACK*, int);
|
double* operands(STACK*, int);
|
||||||
double fact(int n);
|
double fact(int n);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user