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