In article 
<local.mail.freebsd-hackers/199908070635.aaa07...@harmony.village.org> you 
write:
>In message <pine.bsf.4.10.9908070138180.9444-100...@janus.syracuse.net> "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 majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to