rcx

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

table.h (132B)


      1 #pragma once
      2 
      3 #define TABLE_SPEC_NAME RDictTableSpec
      4 #define TABLE_METHOD(name) r_dict_table_##name
      5 #include "../../table/pub-hdr.h"