summaryrefslogtreecommitdiff
path: root/now.h
blob: b8be182ae90271687829f917f548dd213d5626da (plain)
1
2
3
4
5
6
7
8
#ifndef NOW_H
#define NOW_H

#include "datetime.h"

extern datetime_sec now();

#endif