Use C99 types and bytesex functions
Hello,
I am using unmodsqz outside of RISC OS and have made a few changes to make it easier to build.
I have changed it to use the c99 standard type int32_t
, and also make use of endian.h
rather than custom bytesex functions. Finally, I have fixed a warning which clang produces.
These changes have been tested in my project [1], but not here in the RISC OS source. I lack a recent version of Norcroft.
All the best,
Dave