a1f8a9b1e8
for the use of non-GCC compilers and C++ code.
9 lines
122 B
C
9 lines
122 B
C
/* $FreeBSD$ */
|
|
#define __IEEEFP_NOINLINES__ 1
|
|
#include <ieeefp.h>
|
|
|
|
fp_rnd_t fpgetround(void)
|
|
{
|
|
return __fpgetround();
|
|
}
|