#include #include "fg.h" using namespace std; void f() //function definition { cout << "f\n"; } int g(int i) { return 2 * i; }