Copyright Digital Equipment Corp. All rights reserved.
Returns the quotient and the remainder after the division of its
arguments.
Format
#include <stdlib.h>
div_t div (int numer, int denom);
Arguments Description