repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
strtok_r
blob
23a6acbedc46147711c5993f25d52cb43955b91f
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