summaryrefslogtreecommitdiff
path: root/test/snippets/time.c
blob: 568d075842268ea2ffa82f3f68ec2a631b1443b5 (plain)
1
2
time_t t = time(NULL);
printf("[%s] time() yielded %lu\n", where, (unsigned long)t);