1 2 3 4 5 6 7 8
#ifndef MYCTIME_H #define MYCTIME_H #include "datetime.h" char *myctime(datetime_sec); #endif