By POSIX, intmax_t designates a signed integer type capable of representing any value of any signed integer type.
Would it be correct that in C99/C11 that intmax_t is always the same size as long long int?
By POSIX, intmax_t designates a signed integer type capable of representing any value of any signed integer type.
Would it be correct that in C99/C11 that intmax_t is always the same size as long long int?