1#define __IEEEFP_NOINLINES__ 1 2#include <ieeefp.h> 3 4fp_except_t fpsetmask(fp_except_t m) 5{ 6 return (__fpsetmask(m)); 7} 8 9