home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / libgplus.5 / libgplus / gplus-in / sys / times.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-05  |  291 b   |  21 lines

  1. #ifndef __libgxx_sys_times_h
  2.  
  3. extern "C"
  4. {
  5. #ifdef __sys_times_h_recursive
  6. #include_next <sys/times.h>
  7. #else
  8. #define __sys_times_h_recursive
  9. #include_next <sys/times.h>
  10. #define __libgxx_sys_times_h 1
  11.  
  12. #include <_G_config.h>
  13.  
  14. extern _G_clock_t times _G_ARGS((struct tms*));
  15.  
  16. #endif
  17. }
  18.  
  19.  
  20. #endif
  21.