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
335 B
Groff
13 lines
335 B
Groff
22 years ago
|
.TH tai_unpack 3
|
||
|
.SH NAME
|
||
|
tai_unpack \- convert to external TAI64 format
|
||
|
.SH SYNTAX
|
||
|
.B #include <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)
|