Sign in
mojo
/
mojo-tools
/
e60e570696af32536f1a8e4bc7f8ce8935d6552d
/
.
/
fusl
/
src
/
math
/
lroundf.c
blob: c4707e7db712cd545915efea603173e21efc709e [
file
]
#include
<math.h>
long
lroundf
(
float
x
)
{
return
roundf
(
x
);
}