DEBSOURCES
Skip Quicknav
sources / glibc / 2.24-10 / sysdeps / ieee754 / ldbl-opt / nldbl-lround.c
12345678
#include "nldbl-compat.h" long int attribute_hidden lroundl (double x) { return lround (x); }