math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / locale / iswlower_l.c
index 51e07f3..c52421a 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-wint_t iswlower_l(wint_t c, locale_t l)
+int iswlower_l(wint_t c, locale_t l)
 {
        return iswlower(c);
 }