dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/pascstyle.h

18 lines
204 B
C

#define BEGIN {
#define END }
#define AND &&
#define OR ||
#define NOT !
#ifndef False
#define False 0
#define True 1
#endif
#define Nil NULL
#define Ord(b) ((b)?1L:0L)
#define MaxLongInt 2147483647