cosmopolitan/libc/math/nanl.c

7 lines
78 B
C

#include "libc/math/math.h"
long double nanl(const char *s)
{
return NAN;
}