1#define __IEEEFP_NOINLINES__ 1 2#include <ieeefp.h> 3 4fp_prec_t fpgetprec(void) 5{ 6 return __fpgetprec(); 7} 8 9