7 lines
78 B
C
7 lines
78 B
C
|
#include "libc/math/math.h"
|
||
|
|
||
|
long double nanl(const char *s)
|
||
|
{
|
||
|
return NAN;
|
||
|
}
|