| Functions | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
(C23) | ||||
| Macro constants | ||||
__STDC_ENDIAN_LITTLE__ __STDC_ENDIAN_BIG__ __STDC_ENDIAN_NATIVE__ (C23)(C23)(C23) |
Defined in header <stdbit.h> | ||
#define __STDC_ENDIAN_LITTLE__ /* implementation-defined */ | (1) | (since C23) |
#define __STDC_ENDIAN_BIG__ /* implementation-defined */ | (2) | (since C23) |
#define __STDC_ENDIAN_NATIVE__ /* implementation-defined */ | (3) | (since C23) |
Indicates theendianness of allscalar types:
Possible output:
mixed-endian
C++ documentation forendian |