In printf, use PRIu64 and simillar macros instead of %d, %u... to avoid incompatibilities compiling the code for different word-size architectures
In printf, use PRIu64 and simillar macros instead of %d, %u... to avoid incompatibilities compiling the code for different word-size architectures