summaryrefslogtreecommitdiff
path: root/src/time/clock_t.h
blob: d6e5d966c0a561e63f782e443302b34bf3652257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef                                                                 long int
	clock_t;

/** clock ticks **/

/***
is an arithmetic type representing clock ticks.
***/

/*
DEFINED_TYPE(an arithmetic type)
STDC(1)
*/