1#if !defined ISO && !defined ISO99 && !defined ISO11 2#ifdef POSIX 3# define time_t __time_t 4#endif 5 6type {struct utimbuf} 7 8element {struct utimbuf} time_t actime 9element {struct utimbuf} time_t modtime 10 11type time_t 12 13function int utime (const char*, const struct utimbuf*) 14 15allow utim_* 16allow *_t 17#endif 18