diff options
Diffstat (limited to 'src/wctype/iswctype.c')
-rw-r--r-- | src/wctype/iswctype.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wctype/iswctype.c b/src/wctype/iswctype.c index acfde506..fcf84932 100644 --- a/src/wctype/iswctype.c +++ b/src/wctype/iswctype.c @@ -1,3 +1,5 @@ +#if 0 + #include <wctype.h> #include <wchar.h> #include "_assert.h" @@ -30,3 +32,6 @@ returned by fn(wctype), in the current locale. /* STDC(199409) */ + + +#endif |