In message <[email protected]> "Brian F. Feldman" writes: : You can always use off_t with "%qd", (int64_t)foo.
But that isn't portbale. %qd is a bsdism. %lld and %llu are the latest C standards way to say that. Warner To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

