9 lines
121 B
C
9 lines
121 B
C
|
/* $FreeBSD$ */
|
||
|
#define __IEEEFP_NOINLINES__ 1
|
||
|
#include <ieeefp.h>
|
||
|
|
||
|
fp_prec_t fpgetprec(void)
|
||
|
{
|
||
|
return __fpgetprec();
|
||
|
}
|