#ifndef MYCTIME_H #define MYCTIME_H #include "datetime.h" char *myctime(datetime_sec); #endif