forked from KolibriOS/kolibrios
7 lines
77 B
C
Executable File
7 lines
77 B
C
Executable File
#include <math.h>
|
|
/*
|
|
long long int lrintf(float x) {
|
|
return floor(x);
|
|
}
|
|
*/
|