/* connector for times */ #include #include clock_t times (struct tms *buf) { return _times_r (_REENT, buf); }