Add 'sk2/calculator.h'
This commit is contained in:
parent
de89302f9b
commit
0d08c7e5c9
8
sk2/calculator.h
Normal file
8
sk2/calculator.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef _CALCULATOR_
|
||||||
|
#define _CALCULATOR_
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
double evaluateExpression(char* expression, int configuration);
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue
Block a user