* add p cc
[mascara-docs.git] / compilers / pcc / pcc-libs-1.0.0 / libpcc / include / iso646.h
blobbd2f15b54829e623effbc2a0bd057e7da74576f9
2 #ifndef _ISO646_H_
3 #define _ISO646_H_
5 #define and &&
6 #define and_eq &=
7 #define bitand &
8 #define bitor |
9 #define compl ~
10 #define not !
11 #define not_eq !=
12 #define or ||
13 #define or_eq |=
14 #define xor ^
15 #define xor_eq ^=
17 #endif /* _ISO646_H_ */