Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast printf() argument to the format specifier.
We could use uint64_t specific macros, but after all it's simpler to just use an obvious equivalent type plus casting: this will be a no op and is simpler than fixed size types printf macros.
- Loading branch information