Add typeid to library

This commit is contained in:
alexander 2017-01-05 20:38:56 +01:00
parent 139071d88b
commit 8eeb09ba88
1 changed files with 5 additions and 0 deletions

View File

@ -3575,6 +3575,11 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<not-uninit/>
<valid>0:255</valid>
</arg>
</function>
<function name="typeid">
<use-retval/>
<noreturn>false</noreturn>
<arg nr="1"/>
</function>
<!-- type va_arg(va_list ap, type); -->
<function name="va_arg">