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