blob: 7ef4bb89dadfd47c960d2fbdf2acaaa16d13114f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <time.h>
#define CLOCKS_PER_SEC ((clock_t)1000000)
/** clock ticks per second **/
/***
is the number of clock ticks per second returned by FUNCTION(clock).
***/
/*
STDC(1)
*/
|