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