Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4a8335b2248d934e2e40386af4f1b0495b3c173d
/
.
/
src
/
math
/
lround.c
blob: b8b795470f1868d831e7c2893c7f3b7f019ddbdb [
file
]
#include
<math.h>
long
lround
(
double
x
)
{
return
round
(
x
);
}