Sign in
mojo
/
mojo-tools
/
abe3e1a6977d09313b0f7afbd74f289aeb20a72a
/
.
/
fusl
/
src
/
math
/
llround.c
blob: 37c49a0b4f5fef64df2df863752a80458c70593a [
file
]
#include
<math.h>
long
long
llround
(
double
x
)
{
return
round
(
x
);
}