home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctb_291.zip / include / dlc.h next >
C/C++ Source or Header  |  1996-08-14  |  215b  |  13 lines

  1. #include <string.h>
  2. #include <stream.hpp>
  3. #include <tstream.h>
  4. #include <table.h>
  5. #include <ctype.h>
  6.  
  7. enum bool {false,true};
  8.  
  9. extern File OUT;
  10. extern Table NT;
  11. extern Table DEFS;
  12. extern Table INCLUDES;
  13.