index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
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; }