std.cfg: Improved function matching of strto* functions.
This commit is contained in:
parent
19e4c8bed0
commit
c89d2b16cc
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue