1 1.4 christos /* $NetBSD: Lint_flt_rounds.c,v 1.4 2024/01/20 14:52:47 christos Exp $ */ 2 1.1 cgd 3 1.1 cgd /* 4 1.1 cgd * This file placed in the public domain. 5 1.1 cgd * Chris Demetriou, November 5, 1997. 6 1.1 cgd */ 7 1.4 christos #include <float.h> 8 1.1 cgd 9 1.1 cgd /*ARGSUSED*/ 10 1.1 cgd int 11 1.3 christos __flt_rounds(void) 12 1.1 cgd { 13 1.1 cgd return (0); 14 1.1 cgd } 15