blob: 8adfd43c3e288367f926308f5fc57bd56c3619cb [file] [log] [blame]
#include <math.h>
#include "headers/llroundf.h"
long long int llroundf(float x)
{
return _llroundf(x);
}