On 2011-12-18 00:49, [email protected] 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. :)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to