blob: fe7a384200e83fc76127aa4335f3d965511da8a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <time.h>
typedef long int clock_t;
/** clock ticks **/
/***
is an arithmetic type representing clock ticks.
***/
/*
DEFINED_TYPE(an arithmetic type)
STDC(1)
*/
|