#include <math.h>
#include "headers/lroundf.h"

long int lroundf(float x)
{
    return _lroundf(x);
}