diff options
Diffstat (limited to 'src/time/ctime_s.c')
-rw-r--r-- | src/time/ctime_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/ctime_s.c b/src/time/ctime_s.c index a8b8e7f3..c86ba1ce 100644 --- a/src/time/ctime_s.c +++ b/src/time/ctime_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> /** convert arithmetic time to string **/ @@ -22,3 +24,6 @@ fn(asctime). /* CEXT1(201112) */ + + +#endif |