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