JDK 19 |
---|
19 masterFixed |
Relates :
|
Windows has the functions stricmp and strnicmp (which are the same as POSIX strcasecmp and strncasecmp, resp.) These functions are deprecated (as part of the general Windows deprecation of POSIX functions - see _CRT_NONSTDC_NO_DEPRECATE), with the suggested alternative being _stricmp and _strnicmp. We should try to avoid using deprecated functions.
|