1570af302Sopenharmony_ci#include <math.h>
2570af302Sopenharmony_ci
3570af302Sopenharmony_cilong lroundf(float x)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	return roundf(x);
6570af302Sopenharmony_ci}
7