2 @section @code{strcasecmp}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
16 Portability problems not fixed by Gnulib:
19 This function cannot work correctly on character strings in multibyte locales.
20 Gnulib provides an alternative function @code{mbscasecmp} that does a case
21 insensitive comparison of character strings and that works in all locales.