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