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