repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
feclearexcept.c
blob
fbec7addbbcb2241ce593e86cb06e429647b4e81
1
#include
"headers/feclearexcept.h"
2
3
void
feclearexcept
(
int
excepts
)
4
{
5
_feclearexcept
(
excepts
);
6
}