summaryrefslogtreecommitdiffstats
path: root/util.h
blob: a4101b7f8a629515c2ea21307dc8ca1cf05895b5 (plain)
1
2
3
4
5
6
7
8
9
/* util.c */
double                  gettime(void);
void                    d_to_tv(double, struct timeval *);
double                  lfp_to_d(struct l_fixedpt);
struct l_fixedpt        d_to_lfp(double);
double                  sfp_to_d(struct s_fixedpt);
struct s_fixedpt        d_to_sfp(double);