summaryrefslogtreecommitdiff
path: root/src/time/clock_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/clock_t.c')
-rw-r--r--src/time/clock_t.c13
1 files changed, 13 insertions, 0 deletions
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 <time.h>
+typedef long int clock_t;
+
+/** clock ticks **/
+
+/***
+is an arithmetic type representing clock ticks.
+***/
+
+/*
+DEFINED_TYPE(an arithmetic type)
+STDC(1)
+*/