]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/amd64/gen/fpgetprec.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 }