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