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