mirror of
https://github.com/fluencelabs/musl
synced 2025-06-01 17:11:53 +00:00
7 lines
62 B
C
7 lines
62 B
C
#include <math.h>
|
|
|
|
double nan(const char *s)
|
|
{
|
|
return NAN;
|
|
}
|