1 2 3 4 5 6
#include "headers/feclearexcept.h" void feclearexcept(int excepts) { _feclearexcept(excepts); }