9.10 endian.h

POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/endian.h.html

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: