880fa78379f19cfd5d8bab743a981937bf1d6894
[gnulib.git] / doc / glibc-headers / endian.texi
1 @node endian.h
2 @section @file{endian.h}
3
4 Describe's the platform's endianness (byte ordering of words stored in memory).
5 Defines the macros @code{BYTE_ORDER}, @code{LITTLE_ENDIAN}, @code{BIG_ENDIAN},
6 @code{PDP_ENDIAN}.
7
8 Gnulib module: ---
9
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
13
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This header file is missing on some platforms:
18 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, mingw, Interix 3.5.
19 @end itemize