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