summaryrefslogtreecommitdiff
path: root/modules/argp
blob: 28fa0a1267f2230f8f48f69bb7a6ef2f8cce1e10 (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
32
33
34
35
36
37
38
39
40
41
42
Description:
Hierarchical processing of command line arguments.

Files:
lib/argp.h
lib/argp-ba.c
lib/argp-eexst.c
lib/argp-fmtstream.c
lib/argp-fmtstream.h
lib/argp-fs-xinl.c
lib/argp-help.c
lib/argp-namefrob.h
lib/argp-parse.c
lib/argp-pv.c
lib/argp-pvh.c
lib/argp-xinl.c
m4/argp.m4

Depends-on:
alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase

configure.ac:
gl_ARGP

Makefile.am:
lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
           argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
           argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c

Include:
"argp.h"

Maintainer:
Simon Josefsson, glibc