mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 20:09:21 +08:00
6 lines
70 B
C
6 lines
70 B
C
|
long double
|
||
|
nanl (const char *tagp)
|
||
|
{
|
||
|
return __builtin_nanl ("");
|
||
|
}
|