#include int fegetexceptflag(fexcept_t *fp, int mask) { *fp = fetestexcept(mask); return 0; } #ifdef TEST int main(void) { return 0; } #endif