std.cfg: Added functions from <cfenv>.

This commit is contained in:
orbitcowboy 2015-01-09 13:39:46 +01:00
parent 85bca7e22f
commit a5e3f2889c
1 changed files with 18 additions and 0 deletions

View File

@ -250,6 +250,24 @@
<not-uninit/>
</arg>
</function>
<!-- int feclearexcept (int excepts); -->
<function name="feclearexcept">
<use-retval/>
<pure/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- int fegetenv (fenv_t* envp); -->
<function name="fegetenv">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
</function>
<function name="tanhf">
<use-retval/>
<pure/>