projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db2dce
)
opt: suggest they look at ccan/autodata.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 7 Dec 2011 02:57:27 +0000
(13:27 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 7 Dec 2011 02:57:27 +0000
(13:27 +1030)
Nice for distributed option declaration.
ccan/opt/_info
patch
|
blob
|
history
diff --git
a/ccan/opt/_info
b/ccan/opt/_info
index 9bcf5393d5dbcd8b3623958267181f278bbd198d..afd6e19b1551fa7522567ef4954eb272cde44498 100644
(file)
--- a/
ccan/opt/_info
+++ b/
ccan/opt/_info
@@
-7,6
+7,9
@@
*
* Simple but powerful command line parsing.
*
+ * See Also:
+ * ccan/autodata
+ *
* Example:
* #include <ccan/opt/opt.h>
* #include <stdio.h>