freestnd-c-hdrs-0bsd/iso646.h

17 lines
246 B
C
Raw Normal View History

2023-04-16 08:24:29 +03:00
#ifndef __FSTD_HDRS_ISO646_H
#define __FSTD_HDRS_ISO646_H 1
2022-02-17 10:16:54 +03:00
#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