diff options
Diffstat (limited to 'src/wchar/wcstoll.c')
-rw-r--r-- | src/wchar/wcstoll.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcstoll.c b/src/wchar/wcstoll.c index e2c2c323..1cad9376 100644 --- a/src/wchar/wcstoll.c +++ b/src/wchar/wcstoll.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> #include <limits.h> #include <errno.h> @@ -19,3 +21,6 @@ long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, /* STDC(199901) */ + + +#endif |