home *** CD-ROM | disk | FTP | other *** search
- /*
- * Name: MicroEMACS
- * MSDOS system header file (MSC4.0)
- */
-
- #define PCC /* [] doesnt work */
- #define KBLOCK 1024 /* Kill grow. */
- #define GOOD 0 /* Good exit status. */
-
- typedef int RSIZE; /* Type for file/region sizes */
- typedef short KEY; /* Type for internal keystrokes */
-
- /*
- * Macros used by the buffer name making code.
- * Start at the end of the file name, scan to the left
- * until BDC1 (or BDC2, if defined) is reached. The buffer
- * name starts just to the right of that location, and
- * stops at end of string (or at the next BDC3 character,
- * if defined). BDC2 and BDC3 are mainly for VMS.
- */
- #define BDC1 '/'
- #define BDC2 '\\'
-