1 #ifndef UAE_CALC_H
2 #define UAE_CALC_H
3 
4 #include "uae/types.h"
5 
6 extern bool calc(const TCHAR *input, double *outval);
7 extern bool iscalcformula (const TCHAR *formula);
8 
9 #endif /* UAE_CALC_H */
10