Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/tai/tai_now.c
#include <time.h> #include "tai.h" void tai_now(struct tai *t) { tai_unix(t,time((long *) 0)); }