1 2 3 4 5 6 7 8 9
/* ISC license. */ #include <skalibs/tai.h> int timestamp (char *s) { tain_t now ; return timestamp_r(s, &now) ; }