1#if !defined ISO && !defined ISO99 && !defined ISO11 2type {struct tms} 3 4element {struct tms} clock_t tms_utime 5element {struct tms} clock_t tms_stime 6element {struct tms} clock_t tms_cutime 7element {struct tms} clock_t tms_cstime 8 9type clock_t 10 11function clock_t times (struct tms*) 12 13allow tms_* 14allow *_t 15#endif 16