totalorder* tests: Strengthen tests.
[gnulib.git] / modules / strtok_r
blob32ac475c6df9e402053237a5eec63a63f2adf47b
1 Description:
2 strtok_r() function: split string into tokens, thread safe.
4 Files:
5 lib/strtok_r.c
6 m4/strtok_r.m4
8 Depends-on:
9 string
10 strpbrk         [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1]
12 configure.ac:
13 gl_FUNC_STRTOK_R
14 gl_CONDITIONAL([GL_COND_OBJ_STRTOK_R],
15                [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1])
16 AM_COND_IF([GL_COND_OBJ_STRTOK_R], [
17   gl_PREREQ_STRTOK_R
19 gl_STRING_MODULE_INDICATOR([strtok_r])
21 Makefile.am:
22 if GL_COND_OBJ_STRTOK_R
23 lib_SOURCES += strtok_r.c
24 endif
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all, glibc