// Listing 1 -- the header <iso646.h>

#define and		&&
#define and_eq	&=
#define bitand	&
#define bitor	|
#define compl	~
#define ne		!=
#define not		!
#define or		||
#define or_eq	|=
#define xor		^
#define xor_eq	^=



