time-util.h revision 2753f93e5d9cd5fbd773540de3772d182fcced5e
#ifndef TIME_UTIL_H
#define TIME_UTIL_H
/* Returns -1 if tv1<tv2, 1 if tv1>tv2, 0 if they're equal. */
/* Returns tv1-tv2 in milliseconds. */
/* Returns tv1-tv2 in microseconds. */
static inline void
{
}
}
static inline void
{
}
}
/* Wrapper to strftime() */
#endif