Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
#include <time.h>
Remarks
The time in seconds is the value returned by the clock
function, divided by CLOCKS_PER_SEC
. CLK_TCK
is equivalent, but considered obsolete.