#ifndef TIME_UTIL_H
#define TIME_UTIL_H
/* Returns -1 if tv1<tv2, 1 if tv1>tv2, 0 if they're equal. */
/* Same as timeval_cmp, but tv->usecs must differ by at least usec_margin */
unsigned int usec_margin);
/* Returns tv1-tv2 in milliseconds. */
/* Returns tv1-tv2 in microseconds. */
static inline void
{
}
}
static inline void
{
}
}
/* Convert t to local time and return timestamp on that day at 00:00:00. */
/* Wrappers to strftime() */
#endif