math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / locale / catgets.c
1 #include <nl_types.h>
2
3 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
4 {
5         return (char *)s;
6 }