rcx

miscellaneous C library
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

types.h (66B)


      1 typedef struct {
      2 	RTable table;
      3 	DICT_V default_val;
      4 } DICT_NAME;