-
Robert Bradshaw authored
I don't know of any platforms where sizeof(long long) == 64, and this is needed for unsigned long + int64_t on LLP64. This may pose a problem if sizeof(uintmax_t) > 64.
ffb5aa5d
I don't know of any platforms where sizeof(long long) == 64, and this is needed for unsigned long + int64_t on LLP64. This may pose a problem if sizeof(uintmax_t) > 64.