// my_functions.cc // function definitions #include using namespace std; void PrintHello(void){ cout << "hello world" << endl; }