#ifndef CALC_H #define CALC_H int domul (int, int); int dodiv (int, int); int doadd (int, int); int dosub (int, int); #endif