Sign in
◑
Theme
mojo
/
mojo-tools
/
5e92bca8578c4e2f4caf95c19786f2310044875a
/
.
/
fusl
/
src
/
math
/
lroundl.c
blob: 5bb91071049410356473f13a885e328dacde1eed [
file
]
#include
<math.h>
long
lroundl
(
long
double
x
)
{
return
roundl
(
x
);
}