cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: 64/32/16bit curl_off_t for DJGPP and WATCOMC

From: Jamie Lokier <jamie_at_shareable.org>
Date: Tue, 3 Jun 2008 20:42:25 +0100

Gisle Vanem wrote:
> >http://www.openwatcom.org/ftp/archive/11.0c/docs/cuserguide.pdf on
> >page 104 uses "%Ld" to format printing of the __int64 data type. Is
> >this correct or should something else be used ?
>
> That manual is quite old. I can confirm that "%I64d" works for printing
> an 'unsigned __int64' type for 32-bit targets

Shouldn't that be "%I64u" for 'unsigned __int64'?

-- Jamie
Received on 2008-06-03