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