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