To make this library better suited for cross compiling I suggest using fixed size types instead of int, long etc. I'm currently working on a project that is compiled for both x86_64 and ARMv7 and the fact that you use long is especially problematic since the size of a long on these architectures differs.
To make this library better suited for cross compiling I suggest using fixed size types instead of int, long etc. I'm currently working on a project that is compiled for both x86_64 and ARMv7 and the fact that you use long is especially problematic since the size of a long on these architectures differs.