clock_t
clock_t tms_utime; /* user CPU time */
clock_t tms_stime; /* system CPU time */
clock_t tms_cutime; /* user CPU time of terminated child processes */
clock_t tms_cstime; /* system CPU time of terminated child processes */
clock_t times(struct tms *tms);
extern clock_t clock(void);
clock_t __clock_beos(void);
clock_t __clock(void);
clock_t __times_beos(struct tms* tms);
clock_t __times(struct tms* tms);
clock_t start, end;
static inline clock_t
clock_t
clock_t
clock_t
return (clock_t)((info.kernel_time + info.user_time)
clock_t
return (clock_t)((info.kernel_time + info.user_time)