Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
tai_pack(3)		    Library Functions Manual		     tai_pack(3)

NAME
     tai_pack - convert TAI64 labels to external format

SYNTAX
     #include <tai.h>

     void tai_pack(buf,&t);
     void tai_unpack(buf,&t);

     char buf[TAI_PACK];
     struct tai t;

DESCRIPTION
     tai_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 for-
     mat in t.

     TAI_PACK is 8.

     See http://pobox.com/~djb/proto/tai64.txt for more information about  TAI64
     format.

SEE ALSO
     tai(3)

								     tai_pack(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tai_pack&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help