In article <local.mail.freebsd-hackers/[EMAIL PROTECTED]> you 
write:
>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.

Still isn't portable.  DEC Alphas use "%ld", and don't know about "%lld".

I've resorted to doing something like: printf("64-bit:"QF"\n"), where QF
is the appropriate specifier for the system. (%qd, %lld, %ld).
--
Jonathan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to