std.cfg: Add <not-null/> to atof/atoi/atol

This commit is contained in:
Daniel Marjamäki 2015-02-26 19:47:05 +01:00
parent acbf48c7fa
commit 18285eadc7
1 changed files with 3 additions and 0 deletions

View File

@ -919,6 +919,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
@ -929,6 +930,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
@ -939,6 +941,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>