Type
#include <SYS/TYPES.H>
intmax_t variable;
This type declares a signed integer type of maximum size supported by the architecture. It has at least 64-bits.
uintmax_t