modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / glibc-headers / endian.texi
blob0624592fdfd7fc7a165940ab2b517bc45379f8d8
1 @node endian.h
2 @section @file{endian.h}
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}.
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This header file is missing on some platforms:
18 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, mingw, MSVC 9, Interix 3.5.
19 @end itemize