Subversion Repositories Kolibri OS

Rev

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

  1. #include <math.h>
  2. /*
  3. long long int lrintf(float x) {
  4.   return floor(x);
  5. }*/
  6.