std.cfg: Added <returnValue> support for labs() and llabs().

This commit is contained in:
orbitcowboy 2016-10-17 14:26:17 +02:00
parent 57c5e0be3a
commit 8a216ad87e
1 changed files with 1 additions and 0 deletions

View File

@ -1846,6 +1846,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue>arg1&gt;0?arg1:-arg1</returnValue>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
</arg> </arg>