1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/lib/libc/amd64/gen/fpsetprec.c
Peter Wemm a1f8a9b1e8 Instantiate explicit callable versions of the machine/ieeefp.h inlines
for the use of non-GCC compilers and C++ code.
2003-07-22 06:46:17 +00:00

9 lines
131 B
C

/* $FreeBSD$ */
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>
fp_prec_t fpsetprec(fp_prec_t m)
{
return (__fpsetprec(m));
}