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