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