#include long lroundf(float x) { return roundf(x); }