/* @(#)sqcom.h 1.3 9/4/84 19:57:00 */ /* Definitions and external declarations */ #define RECOGNIZE 0xFF76 /* unlikely pattern */ /* *** Stuff for first translation module *** */ #define DLE 0x90 unsigned short crc; /* error check code */ #ifdef cpm char outdrv[3]; /* current output drive (string) */ #endif /* *** Stuff for second translation module *** */ #define SPEOF 256 /* special endfile token */ #define NUMVALS 257 /* 256 data values plus SPEOF*/ #define CPMEOF 0x1a #define ERROR (-1) #define SECSIZ 128 #ifndef EOF #define EOF (-1) #endif