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

9 lines
90 B
C

#include "nldbl-compat.h"
int
attribute_hidden
ilogbl (double x)
{
return ilogb (x);
}