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