glibc/conform/data/sys/times.h-data
2012-02-25 23:18:39 -05:00

16 lines
330 B
Plaintext

#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
type {struct tms}
element {struct tms} clock_t tms_utime
element {struct tms} clock_t tms_stime
element {struct tms} clock_t tms_cutime
element {struct tms} clock_t tms_cstime
type clock_t
function clock_t times (struct tms*)
allow tms_*
allow *_t
#endif