diff options
Diffstat (limited to 'src/wctype/iswlower.c')
-rw-r--r-- | src/wctype/iswlower.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wctype/iswlower.c b/src/wctype/iswlower.c index 9a174a4d..b5a9d90b 100644 --- a/src/wctype/iswlower.c +++ b/src/wctype/iswlower.c @@ -1,3 +1,5 @@ +#if 0 + #include <wctype.h> #include <wchar.h> #include "_assert.h" @@ -26,3 +28,6 @@ cclass(lower) in the current locale. /* STDC(199409) */ + + +#endif |