diff options
Diffstat (limited to 'lib/libc/wctype/iswlower.c')
| -rw-r--r-- | lib/libc/wctype/iswlower.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc/wctype/iswlower.c b/lib/libc/wctype/iswlower.c deleted file mode 100644 index dea58f3a..00000000 --- a/lib/libc/wctype/iswlower.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <libc.h> -#include <wctype.h> - -int iswlower(wint_t wc) -{ - return towupper(wc) != wc; -} - -weak int islower_l(wint_t wc, locale_t unused locale) -{ - return iswlower(wc); -} |
