Browse Source

opt: suggest they look at ccan/autodata.

Nice for distributed option declaration.
Rusty Russell 14 years ago
parent
commit
c583682a32
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ccan/opt/_info

+ 3 - 0
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>