4 * Struct declaration for dealing with time.
23 #if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)
26 /* this define below is used by the mingw headers to prevent duplicate
28 #define _TIME_T_DEFINED
29 #define _TIME_T_DECLARED
30 time_t time(time_t *t
);
31 struct tm
*localtime(const time_t *timep
);
33 #endif /* SIMULATOR */