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