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
/
fesetround.c
blob
8ad982286dfcd98db8e0bf628f3b139683766987
1
#include
"headers/fesetround.h"
2
3
int
fesetround
(
int
rounding_mode
)
4
{
5
return
_fesetround
(
rounding_mode
);
6
}