1 #define __IEEEFP_NOINLINES__ 1 2 #include <ieeefp.h> 3 4 fp_rnd_t fpgetround(void) 5 { 6 return __fpgetround(); 7 } 8