Silence -Wunused-const-variable warnings in Gnulib code.
[gnulib.git] / doc / glibc-functions / strsep.texi
blob4eebcd57ef0543497f93c4c24ab6cb1d20d66a84
1 @node strsep
2 @subsection @code{strsep}
3 @findex strsep
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-strsep-3.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Finding Tokens in a String,,Finding Tokens in a String,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Finding-Tokens-in-a-String.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strsep.3.html,,man strsep}.
18 @end itemize
20 Gnulib module: strsep
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on some platforms:
26 HP-UX 11, Solaris 10, mingw, MSVC 14.
27 @end itemize
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @end itemize