Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 1999 00:35:38 -0600
From:      Warner Losh <imp@village.org>
To:        "Brian F. Feldman" <green@FreeBSD.ORG>
Cc:        Don Lewis <Don.Lewis@tsc.tdk.com>, Sheldon Hearn <sheldonh@uunet.co.za>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: quad_t and portability 
Message-ID:  <199908070635.AAA07960@harmony.village.org>
In-Reply-To: Your message of "Sat, 07 Aug 1999 01:39:18 EDT." <Pine.BSF.4.10.9908070138180.9444-100000@janus.syracuse.net> 
References:  <Pine.BSF.4.10.9908070138180.9444-100000@janus.syracuse.net>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.10.9908070138180.9444-100000@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.

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908070635.AAA07960>