chiark / gitweb /
"quick" rw table entry extra value
[chiark-tcl.git] / hbytes / hbytes-base.tct
1 Type hb:                        HBytes_Value @
2 Init hb                         cht_hb_sentinel(&@);
3
4 Type hbv:                       HBytes_Var @
5 Init hbv                        @.hb=0; cht_init_somethingv(&@.sth);
6 Fini hbv                        cht_fini_somethingv(ip, rc, &@.sth);
7
8 Type addrmapv:                  AddrMap_Var @
9 Init addrmapv                   @.am=0; cht_init_somethingv(&@.sth);
10 Fini addrmapv                   cht_fini_somethingv(ip, rc, &@.sth);