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