svn commit: r228625 - head/usr.bin/csup

Dimitry Andric dim at FreeBSD.org
Sun Dec 18 00:01:44 UTC 2011


On 2011-12-18 00:49, mdf at FreeBSD.org wrote:
...
> Also, long long is a bit of a hack that came in before C99
> standardized on a few wider types, and the PRIu64 macros are really
> hideous.

I agree they're ugly, but C99 should simply have defined length
modifiers for int64_t and friends, then the PRI macros could have been
avoided.  (Although not without backwards compatibility problems, but
you would have those anyway. :)


More information about the svn-src-all mailing list