sortix-mirror/libmaxsi/decl/time_t.h
2012-03-04 22:05:52 +01:00

5 lines
74 B
C

#ifndef _TIME_T_DECL
#define _TIME_T_DECL
typedef __time_t time_t;
#endif