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:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-07-24
|
256 b
|
11 lines
|
[
TEXT/KAHL
]
/* 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 */