/* ISC license. */ #include #include void tai_pack (char *s, tai const *t) { uint64_pack_big(s, tai_sec(t)) ; }