C
#define intmax_t long long
Description
The intmax_t data type refers to the maximum-sized data type on any given architecture. This data type can be specified as a format specifier size specification for the FSfprintf function.
#define intmax_t long long
The intmax_t data type refers to the maximum-sized data type on any given architecture. This data type can be specified as a format specifier size specification for the FSfprintf function.