X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/2b1924c2442eaf7342c8e992e96b59aa7798cc8d..882a39c1c269818ed00b1b600180c1d22e8ee0d2:/struct/sym.3 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 );