Subversion Repositories Kolibri OS

Rev

Rev 8429 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8429 Rev 8436
Line 1... Line 1...
1
#include 
1
#include 
2
 
2
/*
3
long long int lrintf(float x) {
3
long long int lrintf(float x) {
4
  return floor(x);
4
  return floor(x);
5
}
5
}*/