On Sun, Apr 13, 2003 at 10:22:01AM -0600, M. Warner Losh wrote: > P.S. FreeBSD does approximately: > > "%lld", (int64_t) d Which is broken on a system where long is 64bit and long long is 128bit. Or even one where long is 64bit and int64_t is defined as long. David -- David Laight: david@l8s.co.uk