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