blob: d10444d3595adfd9fd0c23519ed9b023a3480a22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#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
|