home *** CD-ROM | disk | FTP | other *** search
- From: uunet!ames.arc.nasa.gov!amdahl!drivax!alexande (Mark Alexander)
-
- I'm trying to implement the sysconf() function, as defined in
- the POSIX ugly green book (Std 1003.1-1988). The expression
-
- sysconf(_SC_CLK_TCK)
-
- is supposed to return the value of CLK_TCK, which is supposedly
- defined in the ANSI C standard. But I can't find CLK_TCK anywhere in
- the Dec 7, 1988 draft of ANSI C. There *is* something called
- CLOCKS_PER_SEC, which seems like the right thing. Did the name get
- changed at some point? Which name is correct?
- --
- Mark Alexander (amdahl!drivax!alexande)
-
- Volume-Number: Volume 18, Number 54
-
-