mint decdiv(n1, n2, quotient) /* quotient = n1 / n2 */ dec_t *n1; dec_t *n2; dec_t *quotient;
The quotient value can be the same as the value of either n1 or n2.