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