diff options
Diffstat (limited to 'src/time/localtime_s.c')
-rw-r--r-- | src/time/localtime_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/localtime_s.c b/src/time/localtime_s.c index 8a8797fb..bce984b6 100644 --- a/src/time/localtime_s.c +++ b/src/time/localtime_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <time.h> /** convert arithmetic time to broken down time **/ @@ -23,3 +25,6 @@ out type(struct tm). /* CEXT1(201112) */ + + +#endif |