home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1734 / xmon.h < prev   
Encoding:
C/C++ Source or Header  |  1990-12-28  |  277 b   |  14 lines

  1. /*
  2.  *    xmon.h : Global definitions
  3.  *
  4.  *      George Ferguson, ferguson@cs.rochester.edu, 15 Jul 1990.
  5.  *
  6.  *    $Id: xmon.h,v 1.2 90/08/07 19:20:52 ferguson Exp $
  7.  */
  8.  
  9. extern void fail(/* fmt,arg */);
  10.  
  11. extern Widget toplevel,faceBox,radioGroup;
  12. extern GC gc;
  13. extern char *program;
  14.