home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8708 / 28 / sys / msdos / sysdef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-13  |  665 b   |  23 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        MSDOS system header file (MSC4.0)
  4.  */
  5.  
  6. #define PCC                /* [] doesnt work         */
  7. #define    KBLOCK    1024            /* Kill grow.            */
  8. #define    GOOD    0            /* Good exit status.        */
  9.  
  10. typedef int    RSIZE;            /* Type for file/region sizes    */
  11. typedef short    KEY;            /* Type for internal keystrokes    */
  12.  
  13. /*
  14.  * Macros used by the buffer name making code.
  15.  * Start at the end of the file name, scan to the left
  16.  * until BDC1 (or BDC2, if defined) is reached. The buffer
  17.  * name starts just to the right of that location, and
  18.  * stops at end of string (or at the next BDC3 character,
  19.  * if defined). BDC2 and BDC3 are mainly for VMS.
  20.  */
  21. #define    BDC1    '/'
  22. #define    BDC2    '\\'
  23.