blob: c4707e7db712cd545915efea603173e21efc709e [file] [log] [blame]
#include <math.h>
long lroundf(float x)
{
return roundf(x);
}