Sign in
cobalt
/
cobalt
/
6c50c1c49c8a70d13dcb47674d70da002e02256c
/
.
/
third_party
/
musl
/
src
/
math
/
llround.c
blob: 4d94787d6227596e0d692622d320f159d8396694 [
file
]
#include
<math.h>
long
long
llround
(
double
x
)
{
return
round
(
x
);
}