Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / strncasecmp.texi
1 @node strncasecmp
2 @section @code{strncasecmp}
3 @findex strncasecmp
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strncasecmp.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function cannot work correctly on character strings in multibyte locales.
17 Gnulib provides alternative functions @code{mbsncasecmp} and @code{mbspcasecmp}
18 that do a case insensitive comparison of character strings and that work in all
19 locales.
20 @end itemize