irmc/src/util.h

6 lines
151 B
C
Raw Normal View History

2016-10-04 10:31:19 -04:00
void current_utc_time(struct timespec *ts);
long fastclock(void);
int kbhit (void);
2016-10-04 11:52:49 -04:00
void msleep(int d);
2016-10-04 12:01:29 -04:00
extern void *get_in_addr(struct sockaddr *sa);