#ifndef _TIMES_H #define _TIMES_H #include #include #include #ifdef __cplusplus extern "C" { #endif extern clock_t times _ARGS ((struct tms * __tp)); #ifdef __cplusplus } #endif #endif