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