Sign in
mojo
/
mojo-tools
/
e60e570696af32536f1a8e4bc7f8ce8935d6552d
/
.
/
fusl
/
src
/
math
/
lroundl.c
blob: 094fdf6483842e90a9fac200394255d02bb8073d [
file
]
#include
<math.h>
long
lroundl
(
long
double
x
)
{
return
roundl
(
x
);
}