--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/now.c Fri Oct 19 14:06:22 2007 +0200 @@ -0,0 +1,8 @@ +#include <time.h> +#include "datetime.h" +#include "now.h" + +datetime_sec now() +{ + return time((long *) 0); +}