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

9 lines
114 B
C

#include "nldbl-compat.h"
double
attribute_hidden
nextafterl (double x, double y)
{
return nextafter (x, y);
}