S
Sorav Bansal
The C standard does not seem to support integer types which are 64-bits
long. 'long long' and 'uint64_t' work only on limited
platforms/architectures.
What is the best way to use 64-bit values in compliance with the C-standard?
Regards
long. 'long long' and 'uint64_t' work only on limited
platforms/architectures.
What is the best way to use 64-bit values in compliance with the C-standard?
Regards