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