maint: enable sc_prohibit_cloexec_without_use
[gnulib/ericb.git] / doc / posix-functions / strchr.texi
blob38758db369a1fdf5287bc48648f3e72f111f1235
1 @node strchr
2 @section @code{strchr}
3 @findex strchr
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strchr.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function cannot work correctly on character strings in some multibyte
17 locales.  Gnulib provides an alternative function @code{mbschr} that works on
18 character strings in all locales.
19 @end itemize