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