Comment Re:bigendian (Score 1) 953
Well, if the compiler just mistaked the size of the char, the endianness has nothing to do with it.
I mean, it just reads a single char at current location, then increments the pointer by the size of an int.
I mean, it just reads a single char at current location, then increments the pointer by the size of an int.