4 lines
112 B
C
4 lines
112 B
C
|
#include <time.h>
|
||
|
|
||
|
bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock);
|