Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
refs/heads/master
/
.
/
src
/
math
/
lroundf.c
blob: c4707e7db712cd545915efea603173e21efc709e [
file
] [
log
] [
blame
] [
edit
]
#include
<math.h>
long
lroundf
(
float
x
)
{
return
roundf
(
x
);
}