home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
9902⁄AMUG
/
UTILITY
/
mac06-0.95.sit
/
mac06-0.95
/
usr
/
include
/
clock_t.h
next >
Wrap
Text File
|
1998-07-24
|
256b
|
11 lines
/* mac06ゥ1998 by HNS/DSITRI hns@computer.org
** clock_t.h
*/
#pragma once
typedef unsigned long clock_t;
#define CLOCKS_PER_SEC (60) /* conversion factor (ISO-C) for clock() */
#define CLK_TCK (60) /* conversion factor (POSIX) for times() */
/* EOF */