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

9 lines
104 B
C

#include "nldbl-compat.h"
long long int
attribute_hidden
llroundl (double x)
{
return llround (x);
}