// Simple routine, only to illustrate separate compilation // Date 26 jan. 2006 #include using namespace std; void ModuleB( int x ) { cout << " Module B, passed the int " << x << endl; }