
26 Feb
2007
26 Feb
'07
7:27 p.m.
On Mon, 26 Feb 2007 10:20:59 -0800, Bryce Harrington <bryce@...961...> wrote:
Curiously, there's a third endianness listed in endian.h:
#define __LITTLE_ENDIAN 1234 #define __BIG_ENDIAN 4321 #define __PDP_ENDIAN 3412
Thankfully, PDP-endianness is not an issue on any platforms we target.
-mental