2002-09-16 23:49:15 +00:00
|
|
|
.TH tai_unpack 3
|
|
|
|
.SH NAME
|
|
|
|
tai_unpack \- convert to external TAI64 format
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/tai.h>
|
2002-09-16 23:49:15 +00:00
|
|
|
|
|
|
|
extern int \fBtai_unpack\fP(const char* buf,struct tai* \fIt\fR);
|
|
|
|
.SH DESCRIPTION
|
|
|
|
tai_unpack converts a TAI64 label from external TAI64 format in
|
|
|
|
\fIbuf\fR to internal format in \fIt\fR.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
taia_unpack(3), tai_pack(3)
|