std.cfg: Improved function matching of strto* functions.

This commit is contained in:
Martin Ettl 2015-04-04 22:59:58 +02:00
parent 19e4c8bed0
commit c89d2b16cc
1 changed files with 3 additions and 0 deletions

View File

@ -4967,6 +4967,7 @@
<not-null/>
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- double strtod(const char *s, char **endp); -->
<function name="strtod">
@ -4977,6 +4978,7 @@
<not-null/>
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- long double strtod(const char *s, char **endp); -->
<function name="strtold">
@ -4987,6 +4989,7 @@
<not-null/>
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- unsigned long strtoul(const char *s, char **endp, int base); -->
<function name="strtoul">