Sign in
◑
Theme
mojo
/
mojo-tools
/
4ccdd21f9f96cef84eb70c2e46a3ff7586cdd719
/
.
/
fusl
/
src
/
math
/
lround.c
blob: d283026f1b91a67528b818b9846022d56ecf81dc [
file
]
#include
<math.h>
long
lround
(
double
x
)
{
return
round
(
x
);
}