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