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.

15 lines
387 B
Groff

.TH taia_pack 3
.SH NAME
taia_pack \- convert to external TAI64NA format
.SH SYNTAX
.B #include <libowfat/taia.h>
extern int \fBtaia_pack\fP(char* buf,const struct taia* \fIt\fR);
.SH DESCRIPTION
taia_pack converts a TAI64NA label from internal format in \fIt\fR to external
TAI64NA format in \fIbuf\fR.
See http://cr.yp.to/libtai/tai64.html
.SH "SEE ALSO"
tai_pack(3), taia_unpack(3)