![]() |
iso646.h | Header File |
Header File Index |
ISO C99 definitions of alternative spellings for operators
Here are the macros, and their expansions, defined by the C99 standard in the iso646.h header:
and | && |
and_eq | &= |
bitand | & |
bitor | | |
compl | ~ |
not | ! |
not_eq | != |
or | || |
or_eq | |= |
xor | ^ |
xor_eq | ^= |