Using limits.h

David Laight david at l8s.co.uk
Tue Sep 9 11:57:18 CDT 2003


> Should I just use the constant that LONG_LONG_MAX equates to and put this
> into the source file then? Is this portable (i.e. is long long 64bits on all
> platforms) ?

#define LONG_LONG_MAX (~0ull)

	David

-- 
David Laight: david at l8s.co.uk



More information about the wine-devel mailing list