/* $NetBSD: Lint_flt_rounds.c,v 1.5 2024/12/01 16:16:56 rillig Exp $ */

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */
#include <float.h>

int
__flt_rounds(void)
{
	return 0;
}
