![]() |
int_least64_t | Type (Scalar) |
stdint.h |
typedef long long int int_least64_t; |
A signed type with at least 64 bits (specified by C99).
This type can be used when at least 64 bits of signed data storage are wanted. In GCC4TI, its size is exactly 64 bits.