• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D22-May-20066.2 KiB186125

INSTALLH A D22-May-200686 64

Makefile.inH A D22-May-20064.1 KiB200143

READMEH A D22-May-2006497 129

argp-ba.cH A D22-May-20061.3 KiB271

argp-ex1.cH A D22-May-2006379 146

argp-ex2.cH A D22-May-20061.3 KiB3310

argp-ex3.cH A D22-May-20064.8 KiB14163

argp-ex4.cH A D22-May-20064.9 KiB15093

argp-fmtstream.cH A D22-May-200610.6 KiB408274

argp-fmtstream.hH A D03-May-202210.3 KiB306212

argp-fs-xinl.cH A D03-May-20221.7 KiB4317

argp-help.cH A D22-May-200650.1 KiB1,7241,152

argp-namefrob.hH A D22-May-20063.3 KiB9359

argp-parse.cH A D22-May-200626.9 KiB907597

argp-pv.cH A D22-May-20061.3 KiB261

argp-pvh.cH A D22-May-20061.5 KiB335

argp-test.cH A D22-May-20065.5 KiB210157

argp-xinl.cH A D03-May-20221.3 KiB3913

argp.cH A D22-May-200634 32

argp.hH A D03-May-202223.8 KiB562216

argp1.hH A D22-May-2006643 2014

configureH A D03-May-2022158.9 KiB5,4864,622

configure.inH A D22-May-20063 KiB10990

getopt.cH A D22-May-200628.1 KiB1,004587

getopt.hH A D22-May-20064.6 KiB13448

getopt1.cH A D22-May-20064.6 KiB191123

install-shH A D22-May-20062.1 KiB12071

mkinstalldirsH A D22-May-2006619 3620

pin.cH A D22-May-2006299 94

strndup.cH A D22-May-2006670 3322

tester.cH A D22-May-20063.3 KiB11579

README

1This is Andrew McCallum's <mccallum@jprc.com> modification of Miles
2Bader's `argp' functions.
3
4`argp' is a collection of functions in GNU libc 2.x that provides
5powerful command-line argument processing and automated usage message
6printing.
7
8Andrew McCallum modified it by pulling it out into a separate library,
9and removing its dependancies on GNU libc.  The result doesn't produce
10usage messages that are nearly as pretty, but at least it compiles on
11SunOS and other OS's with inferior libc's.
12