home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #11 / Software USA Volume 4.11.iso / mac / Educational / mac06 / usr / include / clock_t.h next >
Encoding:
C/C++ Source or Header  |  1998-07-24  |  256 b   |  11 lines  |  [TEXT/KAHL]

  1. /* mac06©1998 by HNS/DSITRI hns@computer.org
  2. ** clock_t.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. typedef unsigned long clock_t;
  8. #define CLOCKS_PER_SEC    (60)    /* conversion factor (ISO-C) for clock() */
  9. #define CLK_TCK            (60)    /* conversion factor (POSIX) for times() */
  10.  
  11. /* EOF */