mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 11:52:34 +03:00
a4c9cb975a
git-svn-id: svn://kolibrios.org@8436 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
76 B
C
6 lines
76 B
C
#include <math.h>
|
|
/*
|
|
long long int lrintf(float x) {
|
|
return floor(x);
|
|
}*/
|