irmc/src/util.h

14 lines
189 B
C
Raw Normal View History

2016-10-04 16:34:04 +00:00
#include <time.h>
#include <sys/time.h>
#ifdef __MACH__
#include <mach/clock.h>
#include <mach/mach.h>
#endif
void current_utc_time(struct timespec *ts);
2016-10-04 16:34:50 +00:00
long fastclock(void);
2016-10-04 16:34:04 +00:00