Hacker News new | ask | show | jobs
by masklinn 4638 days ago
> you could use that for the format specifier.

And end up with even more horrible and less readable format strings.

1 comments

So we should use unportable format strings or cast all the values to long long? Is that better?

I personally find inttypes format strings readable.