aboutsummaryrefslogtreecommitdiff
#include <math.h>

double nan(const char *s)
{
	return NAN;
}


#ifdef TEST
int
main(void) {
	return 0;
}
#endif