rcx

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

table.c (161B)


      1 #include "set/impl/table.h"
      2 
      3 #define TABLE_VSIZE 0
      4 #define TABLE_SPEC_NAME RSetTableSpec
      5 #define TABLE_METHOD(name) r_set_table_##name
      6 #include "table/pub-src.h"