summaryrefslogtreecommitdiff
path: root/modules/getsubopt
blob: a544ca3ccb3ef5176dc80d4c1d5fe1b085473014 (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
31
Description:
getsubopt: Parse comma separated list into words.

Files:
lib/getsubopt.c
m4/getsubopt.m4

Depends-on:
stdlib
extensions
strchrnul       [test $HAVE_GETSUBOPT = 0]
memchr          [test $HAVE_GETSUBOPT = 0]

configure.ac:
gl_FUNC_GETSUBOPT
if test $HAVE_GETSUBOPT = 0; then
  AC_LIBOBJ([getsubopt])
  gl_PREREQ_GETSUBOPT
fi
gl_STDLIB_MODULE_INDICATOR([getsubopt])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
all, glibc