#ifndef CALC_H #define CALC_H int add(int x, int y); int subtract(int x, int y); #endif