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