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