home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / sys / times.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  266 b   |  17 lines

  1. #ifndef _SYS_TIMES_H
  2. #define _SYS_TIMES_H
  3.  
  4. #include <features.h>
  5. #include <sys/types.h>
  6. #include <time.h>
  7. #include <linux/times.h>
  8.  
  9. __BEGIN_DECLS
  10.  
  11. extern clock_t times __P ((struct tms * __tp));
  12. extern clock_t __times __P ((struct tms * __tp));
  13.  
  14. __END_DECLS
  15.  
  16. #endif
  17.