问题

软件 >> Calculator >> clox
Questions in category: clox (clox).

stricmp

Posted by haifeng on 2024-07-17 06:19:07 last update 2024-07-17 06:24:00 | 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()