modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / strcspn.texi
blob2f2057c71c33dd48e3135949d5bb0ebafc1b0904
1 @node strcspn
2 @section @code{strcspn}
3 @findex strcspn
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcspn.html}
7 Gnulib module: strcspn
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function cannot work correctly on character strings in multibyte locales.
19 Gnulib provides an alternative function @code{mbscspn} that works on character
20 strings in all locales.
21 @end itemize