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