5 Copyright © 2004, The AROS Development Team. All rights reserved.
13 clock_t tms_utime
; /* User time */
14 clock_t tms_stime
; /* System time */
15 clock_t tms_cutime
; /* User time of children */
16 clock_t tms_cstime
; /* System time of children */
20 clock_t times(struct tms
*buffer
);
23 #endif /* _SYS_TIMES_H */