DIV
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO
div - computes the quotient and remainder of integer division
#include numer, int denom);
The div() function computes the value numer/denom and returns the quotient and remainder in a structure named div_t that contains two integer members named quot and rem.
The div_t structure.
SVID 3, BSD 4.3, ISO 9899