10.48.4 strcasecmp
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcasecmp.html
Gnulib module: strcase
Portability problems fixed by Gnulib:
- This function is missing on some platforms:
MSVC 14.
Portability problems not fixed by Gnulib:
- This function cannot work correctly on character strings in multibyte locales.
Gnulib provides an alternative function
mbscasecmp
that does a case
insensitive comparison of character strings and that works in all locales.