summaryrefslogtreecommitdiff
path: root/src/libstddjb/timestamp.c
blob: 064946bc923ba9f4a0338f5f5d429b392d851160 (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#include <skalibs/tai.h>

int timestamp (char *s)
{
  tain now ;
  return timestamp_r(s, &now) ;
}