summaryrefslogtreecommitdiff
path: root/modules/strsep
blob: 825cd197a62cb92a5461e2e2af38940e92d0c6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
strsep() function: extract token from string.

Files:
lib/strsep.c
m4/strsep.m4

Depends-on:
string
extensions
strpbrk         [test $HAVE_STRSEP = 0]

configure.ac:
gl_FUNC_STRSEP
if test $HAVE_STRSEP = 0; then
  AC_LIBOBJ([strsep])
  gl_PREREQ_STRSEP
fi
gl_STRING_MODULE_INDICATOR([strsep])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere