How to know that our system follows little endian or big endian ?
Asked
Active
Viewed 1,306 times
1
-
See http://stackoverflow.com/questions/1001307/detecting-endianness-programmatically-in-a-c-program – torak Aug 22 '13 at 06:19
-
Do you want to check it programatically, or do you just want to know if your platforms endianess? If the first, there are many ways of doing it if you just search a little, if the latter then it depends on your processor and not your operating system. – Some programmer dude Aug 22 '13 at 06:19