math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / locale / freelocale.c
1 #include <stdlib.h>
2 #include "locale_impl.h"
3
4 void freelocale(locale_t l)
5 {
6         free(l);
7 }