Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / strspn.texi
1 @node strspn
2 @section @code{strspn}
3 @findex strspn
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strspn.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 an alternative function @code{mbsspn} that works on character
18 strings in all locales.
19 @end itemize