pub unsafe extern "C" fn div(__numer: c_int, __denom: c_int) -> div_t
Return the div_t', ldiv_t’ or `lldiv_t’ representation of the value of NUMER over DENOM. / / GCC may have built-ins for these someday.
div_t',