// mult_fun1.cpp // Multiple file demonstration, function 1 // int mult_fun1(int m, int n) { return (m+n); }