]> git.ozlabs.org Git - ccan/commit
opt: new module to parse commandline options.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 29 Sep 2010 22:57:58 +0000 (08:27 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 29 Sep 2010 22:57:58 +0000 (08:27 +0930)
commitd7d5abe98caeec82d784ce525e0444ff438acd46
tree410bffed06b27d7c2d913cd894a441bcef388de3
parentc4c5fed020ba44b9930119672a36a1cb33aff090
opt: new module to parse commandline options.
ccan/opt/_info [new file with mode: 0644]
ccan/opt/helpers.c [new file with mode: 0644]
ccan/opt/opt.c [new file with mode: 0644]
ccan/opt/opt.h [new file with mode: 0644]
ccan/opt/private.h [new file with mode: 0644]
ccan/opt/test/run-usage.c [new file with mode: 0644]
ccan/opt/test/run.c [new file with mode: 0644]
ccan/opt/test/utils.c [new file with mode: 0644]
ccan/opt/test/utils.h [new file with mode: 0644]
ccan/opt/usage.c [new file with mode: 0644]