home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / squsq / sqcom.h < prev    next >
Text File  |  1983-09-09  |  397b  |  12 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.  
  9. /* *** Stuff for second translation module *** */
  10. #define SPEOF 256    /* special endfile token */
  11. #define NUMVALS 257    /* 256 data values plus SPEOF*/
  12.