Print config errors.
[dss.git] / time.h
1 int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff);
2 long unsigned tv2ms(const struct timeval*);
3 void d2tv(double, struct timeval*);
4 void tv_add(const struct timeval*, const struct timeval *, struct timeval *);
5 void tv_scale(const unsigned long, const struct timeval *, struct timeval *);
6 void tv_divide(const unsigned long divisor, const struct timeval *tv,
7         struct timeval *result);
8 void ms2tv(const long unsigned n, struct timeval *tv);
9 int64_t get_current_time(void);