#include #include "headers/lround.h" long int lround(double x) { return _lround(x); }