1 2 3 4 5 6 7
#include <sys/cdefs.h> #include <math.h> long double nanl(const char *__unused s) { return NAN; }