C library Alternative Spellings (Freestanding) More...
Go to the source code of this file.
Macros | |
| #define | and && |
| #define | and_eq &= |
| #define | bitand & |
| #define | or || |
| #define | or_eq |= |
| #define | bitor | |
| #define | xor ^ |
| #define | xor_eq ^= |
| #define | not ! |
| #define | not_eq != |
| #define | compl ~ |