[][src]Function avr_libc::ldiv

pub unsafe extern "C" fn ldiv(__num: i32, __denom: i32) -> ldiv_t

The ldiv() function computes the value \c num/denom and returns the quotient and remainder in a structure named \c ldiv_t that contains two long integer members named \c quot and \c rem.