rcx

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

table.c (142B)


      1 #include "dict/impl/table.h"
      2 
      3 #define TABLE_SPEC_NAME RDictTableSpec
      4 #define TABLE_METHOD(name) r_dict_table_##name
      5 #include "table/pub-src.h"