diff options
Diffstat (limited to 'src/wchar/wcsftime.c')
-rw-r--r-- | src/wchar/wcsftime.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsftime.c b/src/wchar/wcsftime.c index ddca082d..398d8c55 100644 --- a/src/wchar/wcsftime.c +++ b/src/wchar/wcsftime.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr) @@ -9,3 +11,6 @@ size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict f /* STDC(199409) */ + + +#endif |