I am opening a file which looks like 0xABCDEF01 on another machine but
0x01EFCDAB on my machine.
Is this a byte swapping?
Could anyone give a good way to check if bytes are being swapped? (code
should work smoothly across different machine.)
Thanks,
Ann
0x01EFCDAB on my machine.
Is this a byte swapping?
Could anyone give a good way to check if bytes are being swapped? (code
should work smoothly across different machine.)
Thanks,
Ann
Comment