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

#include "calc_lib.h" int add_values (int a, int b) { return (a+b); }