Function time_sys::timeval_compare [] [src]

pub fn timeval_compare(lhs: &timeval, rhs: &timeval) -> c_int

Compares two timevals

If lhs < rhs, return < 0
If lhs == rhs, return 0
If lhs > rhs, return > 0