Sign in
mojo
/
mojo-testing
/
6f37494c4bbcdc32e0a869bf0f08c6f1e12fdabc
/
.
/
fusl
/
src
/
math
/
llroundl.c
blob: e22c907934af806f08703b8451d68e4cec4cb3a2 [
file
]
#include
<math.h>
long
long
llroundl
(
long
double
x
)
{
return
roundl
(
x
);
}