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