#include using namespace std; #include "b.h" void b(){ cout << " in b " << endl; a(); //c(); }