Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
#include 
2
 
3
long long int lrintf(float x) {
4
  return floor(x);
5
}