File:  [Research Unix] / researchv10no / games / trek / a68.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

        #define STRUCT struct
        #define CHAR char
        #define BOOL char
        #define REG register
        #define INT int
        #define REAL double
        #define UNSIGNED unsigned
        #define STRING char *
        #define PTR int *
        
        #define EXITSW break
        
        #define BEGIN {
        #define END }
        
        #define IF if(
        #define THEN ){
        #define ELSE } else {
        #define ELIF } else if (
        #define FI }
        
        #define EXITFOR break
        #define FOR for(
        #define WHILE while(
        #define DO ){
        #define OD }
        #define REP do{
        #define PER }while(
        #define DONE );
        #define LOOP for(;;){
        #define POOL }
        
        #define SKIP ;
        #define DIV /
        #define REM %
        #define NEQ ^
        #define ANDF &&
        #define ORF ||
        
        #define TRUE  (-1)
        #define FALSE 0
        #define LOBYTE 0377
        #define HIBYTE 0177400
        #define STRIP 0177
        #define HEXMSK 017
        
        #define SP ' '
        #define TB '\t'
        #define NL '\n'
        #define EOF 0
        #define maxint 32767

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.