diff options
Diffstat (limited to 'src/time/clock_t.h')
-rw-r--r-- | src/time/clock_t.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/time/clock_t.h b/src/time/clock_t.h new file mode 100644 index 00000000..d6e5d966 --- /dev/null +++ b/src/time/clock_t.h @@ -0,0 +1,13 @@ +typedef long int + clock_t; + +/** clock ticks **/ + +/*** +is an arithmetic type representing clock ticks. +***/ + +/* +DEFINED_TYPE(an arithmetic type) +STDC(1) +*/ |