summaryrefslogtreecommitdiff
path: root/src/time/CLOCKS_PER_SEC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/CLOCKS_PER_SEC.h')
-rw-r--r--src/time/CLOCKS_PER_SEC.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/time/CLOCKS_PER_SEC.h b/src/time/CLOCKS_PER_SEC.h
new file mode 100644
index 00000000..e8e8350d
--- /dev/null
+++ b/src/time/CLOCKS_PER_SEC.h
@@ -0,0 +1,11 @@
+#define CLOCKS_PER_SEC ((clock_t)1000000)
+
+/** clock ticks per second **/
+
+/***
+is the number of clock ticks per second returned by FUNCTION(clock).
+***/
+
+/*
+STDC(1)
+*/