1 2 3 4 5 6 7 8 9
#ifndef CALCULATOR_H #define CALCULATOR_H #include "Infobox.h" double evaluate(const char *expr); InfoBox fetch_calc_data(char *math_input); #endif