You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
344 B
Groff
12 lines
344 B
Groff
.TH taia_tai 3
|
|
.SH NAME
|
|
taia_tai \- get current time
|
|
.SH SYNTAX
|
|
.B #include <libowfat/taia.h>
|
|
|
|
extern int \fBtaia_tai\fP(const struct taia* \fIt\fR,struct tai* \fIsec\fR);
|
|
.SH DESCRIPTION
|
|
taia_tai places into \fIsec\fR the integer part of \fIt\fR. If \fIt\fR
|
|
contains a TAI64NA label then \fIsec\fR will contain the corresponding
|
|
TAI64 label.
|