mirror of
https://github.com/fluencelabs/musl
synced 2025-06-03 10:01:38 +00:00
7 lines
68 B
C
7 lines
68 B
C
|
#include <math.h>
|
||
|
|
||
|
long double nanl(const char *s)
|
||
|
{
|
||
|
return NAN;
|
||
|
}
|