/* CIVL implementation of time.h */ #ifdef __TIME_CIVL__ #else #define __TIME_CIVL__ #include struct tm{ double v; }; #endif