fix return value of ungetc when argument is outside unsigned char range
[musl.git] / src / math / nanl.c
blob969af5641f35e149ea7614b54660005bc9383fcf
1 #include <math.h>
3 long double nanl(const char *s)
5 return NAN;