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