[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building scrypt on Windows using Visual Studio 2008



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