/* ISC license. */ #include #include void tai_unpack (char const *s, tai_t *t) { uint64_unpack_big(s, &t->x) ; }