X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..4729aa69dab96d801f2767be4b254997c21d1d32:/struct/assoc.3 diff --git a/struct/assoc.3 b/struct/assoc.3 index 5b4ead0..cbec2c2 100644 --- a/struct/assoc.3 +++ b/struct/assoc.3 @@ -27,6 +27,9 @@ assoc \- tables indexed by atoms .nf .B "#include " +.B "typedef struct { ...\& } assoc_table;" +.B "typedef struct { ...\& } assoc_base;" + .BI "void assoc_create(assoc_table *" t ); .BI "void assoc_destroy(assoc_table *" t );