chiark / gitweb /
@@@ wip type definitions in manpage synopses
[mLib] / struct / assoc.3
index 5b4ead0c91b7d4928cd36884cce6a4d5694a3747..cbec2c228357c581f825759a007cd8082e47a439 100644 (file)
@@ -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 );