1#include "nldbl-compat.h"
2
3long int
4attribute_hidden
5lroundl (double x)
6{
7 return lround (x: x);
8}
9

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-lround.c