[−][src]Function avr_libc::div
pub unsafe extern "C" fn div(__num: i16, __denom: i16) -> div_t
The div() function computes the value \c num/denom and returns the quotient and remainder in a structure named \c div_t that contains two int members named \c quot and \c rem.