Skip to content

Commit 162398e

Browse files
committed
Comment explaining location in top-level directory.
[originally from svn r5270]
1 parent 0259612 commit 162398e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

time.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Portable implementation of ltime() for any ISO-C platform where
3+
* time_t behaves. (In practice, we've found that platforms such as
4+
* Windows and Mac have needed their own specialised implementations.)
5+
*/
6+
17
#include <time.h>
28
#include <assert.h>
39

0 commit comments

Comments
 (0)