From: jacob Date: Mon, 7 Feb 2005 15:23:45 +0000 (+0000) Subject: Comment explaining location in top-level directory. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/21a22afe608ae2dbc4a663b7055e7524c54db0c1 Comment explaining location in top-level directory. git-svn-id: svn://svn.tartarus.org/sgt/putty@5270 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/time.c b/time.c index 82488e6c..75b89535 100644 --- 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 #include