blob: cc012d7ce63b62525d1a36d00a7531d444af7e7d [file] [log] [blame]
#include <math.h>
#include "headers/lround.h"
long int lround(double x)
{
return _lround(x);
}