[][src]Function avr_libc::difftime

pub unsafe extern "C" fn difftime(time1: time_t, time0: time_t) -> i32

The difftime function returns the difference between two binary time stamps, time1 - time0.