Subversion Repositories Kolibri OS

Rev

Rev 8429 | Details | Compare with Previous | Last modification | View Log | RSS feed

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