#include #include "headers/lroundf.h" long int lroundf(float x) { return _lroundf(x); }