Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Comment explaining location in top-level directory.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.tartarus.org/sgt/putty@5270 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
jacob committed Feb 7, 2005
1 parent 635d063 commit 21a22af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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>

Expand Down

0 comments on commit 21a22af

Please sign in to comment.