1taia_tai(3) Library Functions Manual taia_tai(3)
23
4
NAME
6taia_tai - get current time
7
SYNTAX
9#include <taia.h>
1011
extern int taia_tai(const struct taia* t,struct tai* sec);
12
DESCRIPTION
14taia_tai places into sec the integer part of t. If t contains a
15TAI64NA label then sec will contain the corresponding TAI64 label.
1617
18
19
taia_tai(3)