summaryrefslogtreecommitdiff
path: root/src/time/time_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/time_t.h')
-rw-r--r--src/time/time_t.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/time/time_t.h b/src/time/time_t.h
new file mode 100644
index 00000000..58cf3fb0
--- /dev/null
+++ b/src/time/time_t.h
@@ -0,0 +1,13 @@
+typedef long int
+ time_t;
+
+/** time representation **/
+
+/***
+is used for representing time.
+***/
+
+/*
+DEFINED_TYPE(an arithmetic type)
+STDC(1)
+*/