Software APIs
Macros
iso646.h File Reference

(eb77681)

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   ~
 

Detailed Description

C library Alternative Spellings (Freestanding)

This header implements the iso646.h standard header, as required by C11 S4p6. See S7.9 of the same for a description.

This file is provided only for standards compliance reason; including this file is a style violation.

Definition in file iso646.h.