1234353Sdim#include <math.h>
2218885Sdim
3218885Sdimlong lroundf(float x) {
4218885Sdim    return roundf(x);
5218885Sdim}
6218885Sdim