How to figure out the byteorder only with one byte number?

Tao Jiang jiangtao.jit at gmail.com
Sat Feb 18 09:33:07 EST 2012


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



More information about the Kernelnewbies mailing list