tinyosc icon indicating copy to clipboard operation
tinyosc copied to clipboard

platform-specific specifiers from <inttypes.h>

Open pingpongcat opened this issue 4 months ago • 0 comments

int64_t and uint64_t have platform-specific underlying types, the portable way to print them is to use the PRId64 and PRIu64 macros from <inttypes.h>

pingpongcat avatar Oct 21 '25 08:10 pingpongcat