home *** CD-ROM | disk | FTP | other *** search
-
- /* c80def.h - standard definitions for the C/80 v. 2 compiler
- from Software Toolworks
-
- Contributed by William G. Hutchison, Jr.
-
- */
-
- #define ALLOC_ERR -1
- #define ASCII
- #define begin {
- #define Boolean char
- #define close fclose
- #define CP_M
- #define end ;}
- #define EOF -1
- #define EOS '\0'
- #define ERR 0
- #define ESCAPE '\\'
- #define FILE int
- #define NEWLINE '\n'
- #define NIL 0
- #define NO 0
- #define NULL '\0'
- #define open fopen
- #define READ "r"
- #define READ_BINARY "rb"
- #define STDERR erfd
- #define STDIN fin
- #define STDOUT fout
- #define then
- #define UPDATE "u"
- #define UPDATE_BINARY "ub"
- #define WRITE "w"
- #define WRITE_BINARY "wb"
- #define YES 1
- #define ZAP_SCREEN '\32'