This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e484a69950
BizHawk
/
waterbox
/
libc
/
functions
/
math
/
llroundl.c
7 lines
76 B
C
Raw
Blame
History
#
include
<math.h>
long
long
llroundl
(
long
double
x
)
{
return
roundl
(
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink