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
/
feupdateenv.c
blob
9198158ef7f6a3ba609f2a7efef6dd90bde4f03a
1
#include
"headers/feupdateenv.h"
2
3
void
feupdateenv
(
const
fenv_t
*
envp
)
4
{
5
_feupdateenv
(
envp
);
6
}