std.cfg: No real changes. Updated wrong header for 'wcscmp' [ci skip]

This commit is contained in:
orbitcowboy 2019-11-14 09:23:37 +01:00
parent 356dc164b7
commit 1d19f57c5e
1 changed files with 1 additions and 1 deletions

View File

@ -4621,7 +4621,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg>
</function>
<!-- int strcmp(const char *str1, const char *str2); -->
<!-- int wcscmp(const wchar_t *str1, const wchar_t c); -->
<!-- int wcscmp(const wchar_t *str1, const wchar_t *str2) -->
<function name="strcmp,std::strcmp,wcscmp,std::wcscmp">
<use-retval/>
<pure/>