diff options
Diffstat (limited to 'src/time/ctime.c')
-rw-r--r-- | src/time/ctime.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/ctime.c b/src/time/ctime.c index fd40655f..6502c0ab 100644 --- a/src/time/ctime.c +++ b/src/time/ctime.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> /** convert arithmetic time to string **/ @@ -20,3 +22,6 @@ FUNCTION(asctime). RETURN_ALWAYS(a pointer to the string) STDC(1) */ + + +#endif |