home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / xcmstest / TekCMSglob.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-31  |  242 b   |  14 lines

  1. /* $XConsortum: TekCMSglob.h,v 1.1 91/02/11 19:40:54 dave Exp $ */
  2.  
  3. #ifndef TEKCMSGLOB
  4. #define TEKCMSGLOB
  5.  
  6. #define THOUSAND    1000
  7.  
  8. extern LtDefineEntry ErrorTbl [];
  9.  
  10. extern LtDefineEntry AllocTbl [];
  11.  
  12. extern LtDefineEntry FormatTbl [];
  13. #endif
  14.