Ive used fwrite to store 4 bytes in a file: "Test" (or 0x54657374 /
1953719636). Its easy enough to use fread to get those 4 bytes, but the
problem is I need to work with the data as a number and not a string, so how
can I convert it to the number 1953719636 ?