|
NAMEtai_pack - convert TAI64 labels to external formatSYNTAX#include <tai.h>void tai_pack(buf,&t);
char buf[TAI_PACK];
DESCRIPTIONtai_pack converts a TAI64 label from internal format in t to TAI64 format in buf.tai_unpack converts a TAI64 label from TAI64 format in buf to internal format in t. TAI_PACK is 8. See http://pobox.com/~djb/proto/tai64.txt for more information about TAI64 format. SEE ALSOtai(3) Visit the GSP FreeBSD Man Page Interface. |