std.cfg: Added return type to itoa().

This commit is contained in:
orbitcowboy 2019-06-20 15:24:35 +02:00
parent c98ceb6e14
commit 952a4becf6
1 changed files with 1 additions and 0 deletions

View File

@ -6736,6 +6736,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<function name="itoa">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="char *"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>