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