/* ISC license. */ #include #include #include #include int tain_from_timespec (tain_t *a, struct timespec const *ts) { if (!tai_from_timespec(tain_secp(a), ts)) return 0 ; a->nano = ts->tv_nsec ; return 1 ; }