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