chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@@ wip type definitions in manpage synopses
[mLib]
/
struct
/
assoc.3
diff --git
a/struct/assoc.3
b/struct/assoc.3
index 5b4ead0c91b7d4928cd36884cce6a4d5694a3747..cbec2c228357c581f825759a007cd8082e47a439 100644
(file)
--- a/
struct/assoc.3
+++ b/
struct/assoc.3
@@
-27,6
+27,9
@@
assoc \- tables indexed by atoms
.nf
.B "#include <mLib/assoc.h>"
+.B "typedef struct { ...\& } assoc_table;"
+.B "typedef struct { ...\& } assoc_base;"
+
.BI "void assoc_create(assoc_table *" t );
.BI "void assoc_destroy(assoc_table *" t );