zig/lib/compiler/aro/include/iso646.h
2025-09-24 20:01:18 -07:00

15 lines
248 B
C
Vendored

/* <iso646.h> for the Aro C compiler */
#pragma once
#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 ^=