#include <time.h>
#include "datetime.h"
#include "now.h"

datetime_sec now()
{
  return time((long *) 0);
}


syntax highlighted by Code2HTML, v. 0.9.1