diff options
Diffstat (limited to 'src/wctype/towlower.c')
-rw-r--r-- | src/wctype/towlower.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wctype/towlower.c b/src/wctype/towlower.c index 46598cae..33714643 100644 --- a/src/wctype/towlower.c +++ b/src/wctype/towlower.c @@ -1,3 +1,5 @@ +#if 0 + #include <wctype.h> #include <wchar.h> #include <stdlib.h> @@ -31,3 +33,6 @@ lowercase letter in the current locale. /* STDC(199409) */ + + +#endif |