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