#ifndef CALC_LIB_H #define CALC_LIB_H int add_values (int a, int b); #endif //CALC_LIB_H