shithub: scc

ref: 78f50052f168c1f93590568724acf30195fde4ef
dir: /include/iso646.h/

View raw version
#ifndef _ISO646_H
#define _ISO646_H

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

#endif