mirror of
https://frontier.innolan.net/github/amiga-ixemul.git
synced 2026-09-12 18:13:42 +00:00
6 lines
57 B
C
6 lines
57 B
C
|
|
double rint(double x)
|
|
{
|
|
return floor(x + 0.5);
|
|
}
|