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