Skip to content

Commit 227049a

Browse files
committed
windows.cfg: Added support for _swap().
1 parent a694ebc commit 227049a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,4 +3086,23 @@ HFONT CreateFont(
30863086
<not-uninit/>
30873087
</arg>
30883088
</function>
3089+
<!-- void _swab(char *src, char *dest, int n);-->
3090+
<function name="_swab">
3091+
<noreturn>false</noreturn>
3092+
<leak-ignore/>
3093+
<arg nr="1">
3094+
<not-null/>
3095+
<minsize type="argvalue" arg="3"/>
3096+
</arg>
3097+
<arg nr="2">
3098+
<not-null/>
3099+
<not-uninit/>
3100+
<minsize type="argvalue" arg="3"/>
3101+
</arg>
3102+
<arg nr="3">
3103+
<not-uninit/>
3104+
<not-bool/>
3105+
<valid>0:</valid>
3106+
</arg>
3107+
</function>
30893108
</def>

0 commit comments

Comments
 (0)