Sign in
mojo
/
mojo-tools
/
4e48bc26f74e4de175597ea16c57b96ad574839d
/
.
/
fusl
/
src
/
math
/
nanl.c
blob: 969af5641f35e149ea7614b54660005bc9383fcf [
file
]
#include
<math.h>
long
double
nanl
(
const
char
*
s
)
{
return
NAN
;
}