riot_sys::bindgen

Function 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