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.

13 lines
344 B
Groff

.TH tai_unpack 3
.SH NAME
tai_unpack \- convert to external TAI64 format
.SH SYNTAX
.B #include <libowfat/tai.h>
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)