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