MicrOS
|
#include "../fenv.h"
Functions | |
int | fegetexceptflag (fexcept_t *flagp, int excepts) |
Get exception flags. More... | |
int fegetexceptflag | ( | fexcept_t * | flagp, |
int | excepts | ||
) |
Get exception flags.
Function attempts to store an implementation-defined representation of the states of the floating-point status flags indicated by the argument excepts in the object pointed to by the argument flagp.
flagp | Pointer to structure where expection flags will be stored. |
excepts | Defines which excepts will be checked. |