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
.
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib: