Synopsis
long long int llround(double x);
Description

llround rounds x to an integral value, with halfway cases rounded away from zero, and returns it as a long long int.