4 #include <machine/ansi.h>
7 typedef _BSD_CLOCK_T_
clock_t;
12 clock_t tms_utime
; /* User CPU time */
13 clock_t tms_stime
; /* System CPU time */
14 clock_t tms_cutime
; /* User CPU time of terminated child procs */
15 clock_t tms_cstime
; /* System CPU time of terminated child procs */
18 #include <sys/cdefs.h>
21 clock_t times(struct tms
*);
24 #endif /* !_SYS_TIMES_H_ */