6.17.4 Greatest Width Integer Types
Typedef names that designate the largest width signed and unsigned integer types.
Include
<stdint.h>
Type | Description |
---|---|
intmax_t | Signed integer type large enough to hold any signed integer type. |
uintmax_t | Unsigned integer type large enough to hold any unsigned integer type. |