Comment explaining location in top-level directory.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 7 Feb 2005 15:23:45 +0000 (15:23 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 7 Feb 2005 15:23:45 +0000 (15:23 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5270 cda61777-01e9-0310-a592-d414129be87e

time.c

diff --git a/time.c b/time.c
index 82488e6..75b8953 100644 (file)
--- a/time.c
+++ b/time.c
@@ -1,3 +1,9 @@
+/*
+ * Portable implementation of ltime() for any ISO-C platform where
+ * time_t behaves. (In practice, we've found that platforms such as
+ * Windows and Mac have needed their own specialised implementations.)
+ */
+
 #include <time.h>
 #include <assert.h>