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