#include #include "headers/roundf.h" float roundf(float x) { return _roundf(x); }