From 77d0069e522400b63c2182fcc5f852718e4e6f2c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:11:32 -0400 Subject: rename files that should never be compiled on their own to .h --- src/time/time_t.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/time/time_t.h (limited to 'src/time/time_t.h') 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) +*/ -- cgit v1.2.1