6.17.4 Greatest Width Integer Types

Typedef names that designate the largest width signed and unsigned integer types.

Include

<stdint.h>

TypeDescription
intmax_tSigned integer type large enough to hold any signed integer type.
uintmax_tUnsigned integer type large enough to hold any unsigned integer type.