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

9 lines
104 B
C

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