Date: Mon, 14 Dec 92 10:08:42 EST From: DJ Delorie To: cignoni AT suncube DOT cnuce DOT cnr DOT it Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: CLK_TCK vs CLOCKS_PER_SECOND According to my SGI, which has ANSI compliant headers: /* Number per second of the value returned by clock(3C) #define CLOCKS_PER_SECOND 1000000 #define CLK_TCK 100 /* # of clock ticks per second */ DJ