Listing 3 Source file yon.h

//
// yon.h
//
#if HERE != 0
   extern int yon;
#else
   int yon = 0;
#endif

/* End of File */