verify: new macro 'assume'
[gnulib.git] / modules / strtok_r
1 Description:
2 strtok_r() function: split string into tokens, thread safe.
3
4 Files:
5 lib/strtok_r.c
6 m4/strtok_r.m4
7
8 Depends-on:
9 string
10 strpbrk         [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1]
11
12 configure.ac:
13 gl_FUNC_STRTOK_R
14 if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then
15   AC_LIBOBJ([strtok_r])
16   gl_PREREQ_STRTOK_R
17 fi
18 gl_STRING_MODULE_INDICATOR([strtok_r])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 all, glibc