Function riot_sys::timex_add

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

@brief Adds two timestamps

@param[in] a First summand @param[in] b Second summand

@return The sum of the two timestamps