Tests for module 'mbsspn'.
[gnulib.git] / modules / argp
1 Description:
2 Hierarchical processing of command line arguments.
3
4 Files:
5 lib/argp.h
6 lib/argp-ba.c
7 lib/argp-eexst.c
8 lib/argp-fmtstream.c
9 lib/argp-fmtstream.h
10 lib/argp-fs-xinl.c
11 lib/argp-help.c
12 lib/argp-namefrob.h
13 lib/argp-parse.c
14 lib/argp-pin.c
15 lib/argp-pv.c
16 lib/argp-pvh.c
17 lib/argp-xinl.c
18 m4/argp.m4
19
20 Depends-on:
21 alloca
22 dirname
23 getopt
24 strchrnul
25 sysexits
26 malloc
27 mempcpy
28 strndup
29 strcase
30 extensions
31 vsnprintf
32
33 configure.ac:
34 gl_ARGP
35
36 Makefile.am:
37 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
38            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
39            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
40            argp-xinl.c
41
42 Include:
43 "argp.h"
44
45 License:
46 LGPL
47
48 Maintainer:
49 Sergey Poznyakoff, glibc