6.7.1 inttypes.h types
imaxdiv_t
A type that holds a quotient and remainder of a signed integer division with greatest width integer operands.
Definition
typedef struct { intmax_t quot, rem; } imaxdiv_t;
Remarks
This is the structure type returned by the function,
imaxdiv
.