aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/time.h
blob: fcd5cd5aea53f8f995181c0dd310b57ebbdc9982 (plain)
1
2
3
4
5
6

extern void set_timer(int);
extern int get_timer(void);
extern int get_sec_ticks(void);

#define TICKS_SEC get_sec_ticks()