pa_timeval_cmp

Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwise

extern (C)
int
pa_timeval_cmp
(
const(timeval)* a
,
const(timeval)* b
)

Meta