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