On Sat, 7 Aug 1999, Warner Losh wrote: > 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.
Sorry, kinda used to quad rather than long long. I'm pretty sure ll isn't yet supported by the kernel printf functions... > > Warner > Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ [email protected] _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

