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^=

// End of File