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