std.cfg: vfwscanf takes three arguments
This commit is contained in:
parent
b86c2689b3
commit
766e81cd97
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue