Listing 1 Source file mundo.cpp

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

#include "hither.h"
#include "yon.h"

void main()
   {
   }

//End of File