unsigned long long is not accepted anywhere, especially on certain
32-bit platforms. Instead, make use of inttypes.h and use the types defined there to get 8-, 16-, 32- an 64-bit values. There might be some operating systems where one should use int_types.h instead of inttypes.h. Unfortunately, I don't recall which one(s).
parent
c02efd95
Please register or sign in to comment