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