X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/db0e70a131f1a3a28cc78cface5b5db87b0d5416..4729aa69dab96d801f2767be4b254997c21d1d32:/struct/sym.3?ds=sidebyside diff --git a/struct/sym.3 b/struct/sym.3 index c566017..045ea54 100644 --- a/struct/sym.3 +++ b/struct/sym.3 @@ -29,6 +29,10 @@ sym \- symbol table manager .nf .B "#include " +.B "type struct { ...\& } sym_table;" +.B "type struct { ...\& } sym_base;" +.B "type struct { ...\& } sym_iter;" + .BI "void sym_create(sym_table *" t ); .BI "void sym_destroy(sym_table *" t );