#include float nanf(const char *s) { return NAN; } #ifdef TEST int main(void) { return 0; } #endif