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