From 7ef8a7379f7f7d09e71ccae2a0b688c3cd80423f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 8 Feb 2019 18:42:39 -0500 Subject: merge sources into single tree --- src/time/clock_t.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/time/clock_t.c (limited to 'src/time/clock_t.c') diff --git a/src/time/clock_t.c b/src/time/clock_t.c new file mode 100644 index 00000000..fe7a3842 --- /dev/null +++ b/src/time/clock_t.c @@ -0,0 +1,13 @@ +#include +typedef long int clock_t; + +/** clock ticks **/ + +/*** +is an arithmetic type representing clock ticks. +***/ + +/* +DEFINED_TYPE(an arithmetic type) +STDC(1) +*/ -- cgit v1.2.1