#include int feholdexcept(fenv_t *envp) { fegetenv(envp); feclearexcept(FE_ALL_EXCEPT); return 0; }