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