1 2 3 4 5 6
#include <math.h> // for llroundf, roundf long long llroundf(float x) { return roundf(x); }