times
clock_t times (struct tms *tmsp);
struct tms *tmsp
#define clock_t
struct tms { clock_t tms_utime; clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; };