On 05/19/2010 04:17 AM, Mladen Turk wrote:
On 05/19/2010 08:25 AM, John Plevyak wrote:

I hate to say it, but the simplest thing is
to use long long int for all this junk.  In practice
that is what it is on most systems, or at
least that covers their useful range.


Agreed.
Think that Leif is working on 64-bit file API, and
forcing that for both 32 and 64 bit systems would
certainly simplify the need for casting.

Yeah. All my changes are using ink64 though, and %lld when using one of the formatted output APIs. I figured it'd be easy to change that later if/when we decide to change types.

-- Leif

Reply via email to