libowfat/tai/tai_now.c

8 lines
102 B
C

#include <time.h>
#include "tai.h"
void tai_now(struct tai *t)
{
tai_unix(t,time((time_t *) 0));
}