tinyosc
tinyosc copied to clipboard
platform-specific specifiers from <inttypes.h>
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>