Quote Originally Posted by trent.josephsen View Post
MAKE NO ASSUMPTIONS. It's probably the primary rule of C programming.
I will definitely check that the code is compatible with the machine it will likely run on, and I'm fairly certain that the endianness of both machines are the same, but I've got it all ready to do byte swapping just in case.

Thank you everybody for your responses