diff options
Diffstat (limited to 'src/time/asctime_s.c')
-rw-r--r-- | src/time/asctime_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/asctime_s.c b/src/time/asctime_s.c index 87985906..a9b69f47 100644 --- a/src/time/asctime_s.c +++ b/src/time/asctime_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> #include <stdio.h> @@ -41,3 +43,6 @@ str(yyyy) is the year. /* CEXT1(201112) */ + + +#endif |