Listing 5 Final translation unit

//
//  mundo.cpp
//
//  HERE is referenced by both .h files
//
#define HERE 1

//
//  hither.h
//
   static int hither = 0;
//
//  yon.h
//
   extern int yon;

void main()
   {
   }

//End of File