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