??? 06/04/04 07:51 Read: times |
#71713 - RE: Little Endian Big endian conversion. Responding to: ???'s previous message |
A program! you only need 1 line of code
unsigned int x; x = (x >> 8) + (x << 8); |
??? 06/04/04 07:51 Read: times |
#71713 - RE: Little Endian Big endian conversion. Responding to: ???'s previous message |
A program! you only need 1 line of code
unsigned int x; x = (x >> 8) + (x << 8); |