/* ISC license. */ #include #include void tain_unpack (char const *s, tain_t *t) { tai_unpack(s, &t->sec) ; uint32_unpack_big(s+8, &t->nano) ; }