summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/libacu/tod.h
blob: d77223038a7f9d3e33a00d01cdd5af570e4e1dd6 (plain)
1
2
3
4
5
6
7
8
9
int tod_cmp (const struct timeval *a, const struct timeval *b);
int tod_lt (const struct timeval *a, const struct timeval *b) ;
int tod_gt (const struct timeval *a, const struct timeval *b);
int tod_lte (const struct timeval *a, const struct timeval *b);
int tod_gte (const struct timeval *a, const struct timeval *b);
int tod_eq (const struct timeval *a, const struct timeval *b);
void tod_addto (struct timeval *a, const struct timeval *b);
void tod_subfrom (struct timeval *a, struct timeval b);
void tod_gettime (struct timeval *tp);
OpenPOWER on IntegriCloud