Answer

问题及解答

stricmp

Posted by haifeng on 2024-07-17 06:19:07 last update 2024-07-17 06:24:00 | Edit | Answers (0)

clox/compiler.c   Line 800

D:\work\cs\U++\upp\MyApps\CalculatorApp\clox\compiler.c (800): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.

 

已经将 stricmp() 修改为 _stricmp()