#if 0 #include int feclearexcept(int excepts) { return excepts; } /*d The feclearexcept function clears the supported floating-point exceptions represented by its argument. d*/ /* STDC(199901) LINK(m) */ #endif