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