I found: http://stackoverflow.com/questions/2100331/c-macro-definition-to-determine-big-endian-or-little-endian-machine
On Sat, Feb 18, 2012 at 12:33 PM, Tao Jiang <[email protected]> wrote: > Hi: > > As far as I know, we can use an integer 0x12345678 with four bytes > and bytes[4] array to figure out a machine's byteorder > > Is there a method use only one byte 0x01 > and some shifts do the same work? > > Thank you. > > --------------- > jiangtao > > _______________________________________________ > Kernelnewbies mailing list > [email protected] > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies -- Peter Senna Tschudin [email protected] gpg id: 48274C36 _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
