Use faster, branchless algorithm for non-GCC case.
[gnulib.git] / doc / functions / strstr.texi
1 @node strstr
2 @section @code{strstr}
3 @findex strstr
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strstr.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 most multibyte
17 locales.  Gnulib provides an alternative function @code{mbsstr} that works
18 on character strings in all locales.
19 @end itemize