969af5641f35e149ea7614b54660005bc9383fcf
[musl] / nanl.c
1 #include <math.h>
2
3 long double nanl(const char *s)
4 {
5         return NAN;
6 }