aboutsummaryrefslogtreecommitdiff
path: root/tai_now.c
blob: 91e84dafc7de2cf95683060691c7d0282fcd27b6 (plain)
1
2
3
4
5
6
7
#include <time.h>
#include "tai.h"

void tai_now(struct tai *t)
{
  tai_unix(t,time((time_t *) 0));
}