index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fenv
/
feholdexcept.c
blob: 4c6da23940a2c9becab5c8422d35fd40eab8af63 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <fenv.h> int feholdexcept(fenv_t *envp) { fegetenv(envp); return 0; }