index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
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
;
}