std.cfg: Added <returnValue> support for wcslen().

This commit is contained in:
orbitcowboy 2016-11-08 09:05:17 +01:00
parent 4de5dc75aa
commit e3a9899983
1 changed files with 1 additions and 0 deletions

View File

@ -3076,6 +3076,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<pure/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue>strlen(arg1)</returnValue>
<arg nr="1">
<not-null/>
<not-uninit/>