Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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