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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
strsep
blob
825cd197a62cb92a5461e2e2af38940e92d0c6dc
1
Description:
2
strsep() function: extract token from string.
3
4
Files:
5
lib/strsep.c
6
m4/strsep.m4
7
8
Depends-on:
9
string
10
extensions
11
strpbrk [test $HAVE_STRSEP = 0]
12
13
configure.ac:
14
gl_FUNC_STRSEP
15
if test $HAVE_STRSEP = 0; then
16
AC_LIBOBJ([strsep])
17
gl_PREREQ_STRSEP
18
fi
19
gl_STRING_MODULE_INDICATOR([strsep])
20
21
Makefile.am:
22
23
Include:
24
<string.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Yoann Vandoorselaere