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