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