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