ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
now.h
Go to the documentation of this file.
1#ifndef NOW_H
2#define NOW_H
3
4#include "datetime.h"
5
6extern datetime_sec now(void);
7
8#endif
datetime_sec now(void)
Definition now.c:5
long datetime_sec
Definition datetime.h:15