std.cfg: vfwscanf takes three arguments

This commit is contained in:
PKEuS 2016-08-06 13:38:35 +02:00
parent b86c2689b3
commit 766e81cd97
1 changed files with 5 additions and 1 deletions

View File

@ -1157,7 +1157,11 @@
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3"/>
</function>
<!-- int fseek(FILE* stream, long int offset, int origin); -->
<function name="fseek,std::fseek">