Off: erre van a div(3) typedef struct { int quot; /* Quotient. */ int rem; /* Remainder. */ } div_t; div_t div(int numerator, int denominator);