// $Id: times.h,v 1.2 1993/08/02 17:21:50 mycroft Exp $ #ifndef __libgxx_sys_times_h extern "C" { #ifdef __sys_times_h_recursive #include_next #else #define __sys_times_h_recursive #include_next #define __libgxx_sys_times_h 1 #include <_G_config.h> extern _G_clock_t times _G_ARGS((struct tms*)); #endif } #endif