/* ISC license. */ #include int tain_wallclock_read (tain *a) { tain aa ; if (!sysclock_get(&aa)) return 0 ; return tain_from_sysclock(a, &aa) ; }