#ifndef TERMCALC_CALC_H #define TERMCALC_CALC_H #include #include #include typedef long double flt_t; typedef long long int_t; #define print(s) printf("%s", s) #endif //TERMCALC_CALC_H