mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
.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)
|
|
|