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