int add_values()

in calc_lib.cpp [3:5]


int add_values (int a, int b) {
    return (a+b);
}