diff options
Diffstat (limited to 'src/wctype/iswblank.c')
-rw-r--r-- | src/wctype/iswblank.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wctype/iswblank.c b/src/wctype/iswblank.c index 1709a7a6..568b126a 100644 --- a/src/wctype/iswblank.c +++ b/src/wctype/iswblank.c @@ -1,3 +1,5 @@ +#if 0 + #include <wctype.h> #include "_assert.h" @@ -25,3 +27,6 @@ class cclass(blank) in the current locale. /* STDC(199901) */ + + +#endif |