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