/* * sys/times.h */ #ifndef _SYS_TIMES_H #define _SYS_TIMES_H #include #include #include __extern clock_t times(struct tms *); #endif /* _SYS_TIMES_H */