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