Robert Shearman wrote:
I don't know, but any C99-compatible compiler should support the LL suffix and the ll width format specifier (in the C library). MSVC doesn't support these and AFAIK never will.
Rob
Never say never. It does if you: #define LL i64 #define ll i64 So what is exactly the problem ?