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);
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);