blob: d7684d3d623a323ec744001818aca8a950cccbec [file] [log] [blame]
#include <math.h>
long long llroundl(long double x) { return roundl(x); }