home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol144 / sqcom.h < prev    next >
Encoding:
C/C++ Source or Header  |  1984-04-29  |  396 b   |  11 lines

  1. /* Definitions and external declarations */
  2. #define RECOGNIZE 0xFF76    /* unlikely pattern */
  3. /* *** Stuff for first translation module *** */
  4. #define DLE 0x90
  5.  
  6. unsigned crc;    /* error check code */
  7. char outdrv[3];    /* current output drive (string) */
  8. /* *** Stuff for second translation module *** */
  9. #define SPEOF 256    /* special endfile token */
  10. #define NUMVALS 257    /* 256 data values plus SPEOF*/
  11.