aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
new file mode 100644
index 0000000..150c655
--- /dev/null
+++ b/include/time.h
@@ -0,0 +1,6 @@
+#ifndef GSR_TIME_H
+#define GSR_TIME_H
+
+double clock_get_monotonic_seconds();
+
+#endif /* GSR_TIME_H */