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
/
feraiseexcept.c
blob
0a6946e0db3e51e24bc0cf64a90a88135ba28bc6
1
#include
"headers/feraiseexcept.h"
2
3
void
feraiseexcept
(
int
excepts
)
4
{
5
_feraiseexcept
(
excepts
);
6
}