ucspi-ssl  0.99e
TLS encryption for IPv6 communication
taia_approx.c
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #include "taia.h"
4 
5 double taia_approx(const struct taia *t)
6 {
7  return tai_approx(&t->sec) + taia_frac(t);
8 }
Definition: taia.h:8
struct tai sec
Definition: taia.h:9
double taia_approx(const struct taia *t)
Definition: taia_approx.c:5
double taia_frac(const struct taia *)
Definition: taia_frac.c:5
#define tai_approx(t)
Definition: tai.h:16