![]() |
uintmax_t | Type (Scalar) |
stdint.h |
typedef unsigned long long uintmax_t; |
The largest unsigned integer on this platform (specified by C99).
This type can be used when one wants the widest possible unsigned integer on the platform. In GCC4TI, this type is exactly 64 bits.