div enlangage c

typedef struct {
    int quot;           /* Quotient.  */
    int rem;            /* Remainder (le reste).  */
} div_t;
Thankful Thrush