/* ISC license. */ #include #include void tai_unpack_little (char const *s, tai *t) { uint64_unpack(s, &t->x) ; }