div_t

Structure returned by div
Structure used to represent the value of an integral division performed by div.

It has two members of the same type, defined in either order as:
int quot;
int rem;