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