ktime_sub(9)
NAME
ktime_sub - subtract two ktime_t variables
SYNOPSIS
ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs);
ARGUMENTS
- lhs
- minuend
- rhs
- subtrahend
DESCRIPTION
Returns the remainder of the substraction
ktime_sub - subtract two ktime_t variables
ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs);
Returns the remainder of the substraction