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