|
|
| File: [cvs.NetBSD.org] / src / lib / libc / gen / Lint_fpgetround.c (download)
Revision 1.3, Sun Jun 24 15:26:03 2012 UTC (10 months, 3 weeks ago) by christos
fix old style definitions; XXX: gcc should have picked them up but it did not. |
/* $NetBSD: Lint_fpgetround.c,v 1.3 2012/06/24 15:26:03 christos Exp $ */
/*
* This file placed in the public domain.
* Chris Demetriou, November 5, 1997.
*/
#include <ieeefp.h>
/*ARGSUSED*/
fp_rnd
fpgetround(void)
{
fp_rnd rv = { 0 };
return (rv);
}