glibc/sysdeps/ieee754/ldbl-opt/nldbl-nan.c

9 lines
98 B
C

#include "nldbl-compat.h"
double
attribute_hidden
nanl (const char *tag)
{
return nan (tag);
}