MicrOS
feclearexcept.c File Reference
#include "../fenv.h"

Functions

int feclearexcept (int excepts)
 Clear FPU exception flags. More...
 

Function Documentation

◆ feclearexcept()

int feclearexcept ( int  excepts)

Clear FPU exception flags.

Function attempts to clear the supported floating-point exceptions represented by its argument.

Parameters
exceptsException flags to clear.
Returns
Function returns zero if the excepts argument is zero or if all the specified exceptions were successfully cleared. Otherwise, it returns a nonzero value.