#include #include #include using namespace std; void c2_hello() { cout << "Hello from c2_lib and also..." << endl; c1_hello(); }