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