Function riot_sys::timex_sub

source ·
pub unsafe extern "C" fn timex_sub(a: timex_t, b: timex_t) -> timex_t
Expand description

@brief Subtracts two timestamps

@param[in] a The minuend @param[in] b The subtrahend

@return The difference a - b