]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libc/amd64/gen/fpgetprec.c
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / libc / amd64 / gen / fpgetprec.c
1 /* $FreeBSD$ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4
5 fp_prec_t fpgetprec(void)
6 {
7         return __fpgetprec();
8 }