Add typeid to library
This commit is contained in:
parent
139071d88b
commit
8eeb09ba88
|
@ -3575,6 +3575,11 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<valid>0:255</valid>
|
<valid>0:255</valid>
|
||||||
</arg>
|
</arg>
|
||||||
|
</function>
|
||||||
|
<function name="typeid">
|
||||||
|
<use-retval/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<arg nr="1"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- type va_arg(va_list ap, type); -->
|
<!-- type va_arg(va_list ap, type); -->
|
||||||
<function name="va_arg">
|
<function name="va_arg">
|
||||||
|
|
Loading…
Reference in New Issue