Import ezmlm 0.53
[ezmlm] / now.c
CommitLineData
5b62e993
MW
1#include <time.h>
2#include "datetime.h"
3#include "now.h"
4
5datetime_sec now()
6{
7 return time((long *) 0);
8}