blob: c43e9b7d35f035a435f68c6f54753c5f401965e8 [file] [log] [blame]
#include <math.h>
/* uses LONG_MAX > 2^24, see comments in lrint.c */
long lrintf(float x) { return rintf(x); }