]> git.draconx.ca Git - dxcommon.git/commit
Add common option formatting routines.
authorNick Bowler <nbowler@draconx.ca>
Mon, 13 Sep 2021 06:30:47 +0000 (02:30 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 13 Sep 2021 06:33:21 +0000 (02:33 -0400)
commit843799dbec995b276a7d017bb32c053747b55400
treef58d9df1f91d792ebcc2e4dea02ad3a5d608e154
parentaa6ab453c6ff523a4d8538554c068117f2de3aca
Add common option formatting routines.

Printing a list of program options for --help output is typically
very consistent in all my programs.  Adapt the cdecl99 code to be a
bit more generic so it can (hopefully) be shared across packages.
Makefile.am
configure.ac
src/help.c [new file with mode: 0644]
src/help.h [new file with mode: 0644]
t/.gitignore
t/helpdesc.c [new file with mode: 0644]
t/helpopt.c [new file with mode: 0644]
tests/functions.at