/* Include file for Z88TRAN, all system dependent definitions go here. */ #define getch() getch() #define trinit() sleep(0) #define trfini() sleep(0) #define zgetc() getc(stdaux) #define zputc(ic) putc(ic,stdaux) #define BUFLEN 512 /* Maximum text line length */ #define MAXLEN 256 /* Maximum file name / path length */ #define TFILBW "wb" /* Binary file open for write mode spec */ #define TFILBR "rb" /* Binary file open for read mode spec */ #define TFILTW "wt" /* Text file open for write mode spec */ #define TFILTR "rt" /* Text file open for read mode spec */