@@ -0,0 +1,6 @@
+#include <math.h>
+
+double nan(const char *s)
+{
+ return NAN;
+}
+float nanf(const char *s)
+long double nanl(const char *s)