blob: 6b9b5b950660297bdf1b717551263af5a613d3d3 [file] [log] [blame]
#include <math.h>
long lround(double x) {
return round(x);
}