blob: 34b308d7ced72b9c52f70c320bb95878ed9eddf5 [file] [log] [blame]
#include <math.h>
long long llroundf(float x) {
return roundf(x);
}