support larger int types
Torbjörn Granlund
tg at gmplib.org
Fri Oct 14 21:11:42 UTC 2016
Pedro Gimeno <gmpdiscuss at formauri.es> writes:
> Are uintmax_t and intmax_t also optional for C99 conformant compilers?
No, they are mandatory. The following are mandatory as well:
Good!
int_fast8_t int_fast32_t
int_fast16_t int_fast64_t
uint_fast8_t uint_fast32_t
uint_fast16_t uint_fast64_t
Swell! I will henceforth stick to these types in lieu of plain slow int,
long.
--
Torbjörn
Please encrypt, key id 0xC8601622
More information about the gmp-discuss
mailing list