blob: 752ce5463488e5b20357438c1c8d93ed2d2f5d32 [file] [log] [blame]
Rich Felkerbf9d9dc2012-03-13 01:55:25 -04001#include <math.h>
2
3float nanf(const char *s)
4{
5 return NAN;
6}