pub unsafe extern "C" fn timex_sub(a: timex_t, b: timex_t) -> timex_t
@brief Subtracts two timestamps
@param[in] a The minuend @param[in] b The subtrahend
@return The difference a - b