calc_lib.h (4 lines of code) (raw):

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