std.cfg: Added <returnValue> support for labs() and llabs().
This commit is contained in:
parent
57c5e0be3a
commit
8a216ad87e
|
@ -1846,6 +1846,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<pure/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue>arg1>0?arg1:-arg1</returnValue>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue