long long int llroundf(float x);
llroundf rounds x to an integral value, with halfway cases rounded away from zero, and returns it as a long long int.