musl-tcc/src/math/nan.c

7 lines
62 B
C

#include <math.h>
double nan(const char *s)
{
return NAN;
}