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