11573Srgrimes#include <math.h>
21573Srgrimes
31573Srgrimeslong lroundf(float x)
41573Srgrimes{
51573Srgrimes	return roundf(x);
61573Srgrimes}
71573Srgrimes