math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / locale / wctrans_l.c
1 #include <wctype.h>
2
3 wctrans_t wctrans_l(const char *s, locale_t l)
4 {
5         return wctrans(s);
6 }