#include <stdlib.h>
div_t div(int x, int y);
div() computes both the quotient and the modulus of the division x/y.
A structure with the results of the division.
ldiv()