Sign in
android
/
platform
/
external
/
musl
/
3da2b5cceae98f5098e62e7865fe6433c1e82775
/
.
/
src
/
math
/
nanl.c
blob: 969af5641f35e149ea7614b54660005bc9383fcf [
file
] [
log
] [
blame
]
#include
<math.h>
long
double
nanl
(
const
char
*
s
)
{
return
NAN
;
}