summaryrefslogtreecommitdiff
path: root/myctime.h
diff options
context:
space:
mode:
Diffstat (limited to 'myctime.h')
-rw-r--r--myctime.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/myctime.h b/myctime.h
new file mode 100644
index 0000000..ec1d03c
--- /dev/null
+++ b/myctime.h
@@ -0,0 +1,6 @@
+#ifndef MYCTIME_H
+#define MYCTIME_H
+
+extern char *myctime();
+
+#endif