@ -8,11 +8,13 @@
#define assertm(exp, msg) = assert(((void)msg, exp))
#define or ||
#ifndef or
#define and &&
#define xor ^
#define compl ~
#define not !
#endif