blob: 692645f90adf15b4db18b4d4edcb44a92ce178f3 [file] [log] [blame]
#include <math.h>
long double nanl(const char* s) {
return NAN;
}