Sign in
mojo
/
mojo-tools
/
2c145bfc0ff543c5a79d973aac78831f87424ab1
/
.
/
fusl
/
src
/
fenv
/
feholdexcept.c
blob: 01f74a902715fdf76da48c19c6911852d14be0f7 [
file
] [
log
] [
blame
]
#include
<fenv.h>
int
feholdexcept
(
fenv_t
*
envp
)
{
fegetenv
(
envp
);
feclearexcept
(
FE_ALL_EXCEPT
);
return
0
;
}