summaryrefslogtreecommitdiff
path: root/src/time/CLOCKS_PER_SEC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/CLOCKS_PER_SEC.c')
-rw-r--r--src/time/CLOCKS_PER_SEC.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/time/CLOCKS_PER_SEC.c b/src/time/CLOCKS_PER_SEC.c
new file mode 100644
index 00000000..7ef4bb89
--- /dev/null
+++ b/src/time/CLOCKS_PER_SEC.c
@@ -0,0 +1,12 @@
+#include <time.h>
+#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)
+*/