mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Comment explaining location in top-level directory.
[originally from svn r5270]
This commit is contained in:
parent
0259612237
commit
162398e55e
6
time.c
6
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 <time.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user