Next: , Previous: , Up: Glibc Header File Substitutes   [Contents][Index]


12.9 endian.h

LSB specification:
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/libc-ddefs.html

Specified in POSIX.1-2024. Draft specification:
https://www.austingroupbugs.net/view.php?id=162

Describes the platform’s endianness (byte ordering of words stored in memory). Defines the macros BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN, PDP_ENDIAN.

Gnulib module: endian

Portability problems fixed by Gnulib:

Portability problems not fixed by Gnulib: