std.cfg: Cleanup fget[w]c() configuration.

This commit is contained in:
orbitcowboy 2016-11-28 11:19:36 +01:00
parent f4deb99fb5
commit fa379b50b1
1 changed files with 1 additions and 11 deletions

View File

@ -829,20 +829,10 @@
</arg>
</function>
<!-- int fgetc(FILE *stream); -->
<function name="fgetc,std::fgetc">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- wint_t fgetwc(FILE * stream); -->
<function name="fgetwc,std::fgetwc">
<function name="fgetc,std::fgetc,fgetwc,std::fgetwc">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1">
<not-null/>
<not-uninit/>