On Sat, Feb 1, 2014 at 5:03 AM, Ted Unangst <[email protected]> wrote:
> On Fri, Jan 31, 2014 at 13:18, Dinesh Shanbhag wrote:
>
> > - Use Windows specific format specification for size_t (ugly change)
>
> A reasonably portable way to print things like this:
> printf("size: %lld\n", (unsigned long long)size);
>
Agreed. I'll use this approach instead.
thanks!
dinesh.
