summaryrefslogtreecommitdiff
path: root/src/time/CLOCKS_PER_SEC.h
blob: e8e8350d37118bfe96626912b3449b51e6d028b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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)
*/